summaryrefslogtreecommitdiff
path: root/src-ed25519/supercop-ref/sha512.h
diff options
context:
space:
mode:
Diffstat (limited to 'src-ed25519/supercop-ref/sha512.h')
-rw-r--r--src-ed25519/supercop-ref/sha512.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src-ed25519/supercop-ref/sha512.h b/src-ed25519/supercop-ref/sha512.h
new file mode 100644
index 0000000..37376b1
--- /dev/null
+++ b/src-ed25519/supercop-ref/sha512.h
@@ -0,0 +1,4 @@
+extern int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen);
+extern int crypto_hash_sha512(unsigned char *out,const unsigned char *in,unsigned long long inlen);
+
+#define crypto_hash_sha512_BYTES 64