aboutsummaryrefslogtreecommitdiffstats
path: root/jni/ed25519/additions/crypto_hash_sha512.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--jni/ed25519/additions/crypto_hash_sha512.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/jni/ed25519/additions/crypto_hash_sha512.h b/jni/ed25519/additions/crypto_hash_sha512.h
new file mode 100644
index 00000000..a51a190d
--- /dev/null
+++ b/jni/ed25519/additions/crypto_hash_sha512.h
@@ -0,0 +1,6 @@
+#ifndef crypto_hash_sha512_H
+#define crypto_hash_sha512_H
+
+extern int crypto_hash_sha512(unsigned char *,const unsigned char *,unsigned long long);
+
+#endif