aboutsummaryrefslogtreecommitdiff
path: root/gost_prov.h
diff options
context:
space:
mode:
Diffstat (limited to 'gost_prov.h')
-rw-r--r--gost_prov.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gost_prov.h b/gost_prov.h
new file mode 100644
index 0000000..19530cc
--- /dev/null
+++ b/gost_prov.h
@@ -0,0 +1,14 @@
+#ifndef GOST_PROV_H
+#define GOST_PROV_H
+
+#define GOST_PROV_VERSION_STR "3.0.0"
+#define GOST_PROV_FULL_VERSION_STR "3.0.0"
+#define GOST_PROV_NAME "GOST Provider"
+/* Basic definitions */
+typedef void (*funcptr_t)(void);
+
+/* Digest */
+extern OSSL_DISPATCH streebog256_funcs[];
+/* extern OSSL_DISPATCH streebog512_funcs[]; */
+
+#endif