aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/algorithms.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/c_src/algorithms.h')
-rw-r--r--lib/crypto/c_src/algorithms.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/crypto/c_src/algorithms.h b/lib/crypto/c_src/algorithms.h
new file mode 100644
index 0000000000..fd9d6d11ce
--- /dev/null
+++ b/lib/crypto/c_src/algorithms.h
@@ -0,0 +1,10 @@
+#ifndef E_ALGORITHMS_H__
+#define E_ALGORITHMS_H__ 1
+
+#include "common.h"
+
+void init_algorithms_types(ErlNifEnv* env);
+
+ERL_NIF_TERM algorithms(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]);
+
+#endif /* E_ALGORITHMS_H__ */