diff options
Diffstat (limited to 'src/crypto/shen_ed25519_ref/sha512.h')
-rwxr-xr-x | src/crypto/shen_ed25519_ref/sha512.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/crypto/shen_ed25519_ref/sha512.h b/src/crypto/shen_ed25519_ref/sha512.h deleted file mode 100755 index 37376b15d..000000000 --- a/src/crypto/shen_ed25519_ref/sha512.h +++ /dev/null @@ -1,4 +0,0 @@ -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 |