diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-08-24 19:34:10 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-10-15 19:37:55 +0200 |
commit | cbdf197db08ba8a8edd925d6811c1c9bf8e0b6be (patch) | |
tree | aae7ec1ff823e449c4125c1c1887c577ac172fa6 /src/crypto/crypto_ops_builder/sha512.h | |
parent | Merge pull request #432 (diff) | |
download | monero-cbdf197db08ba8a8edd925d6811c1c9bf8e0b6be.tar.xz |
renamed folder
Diffstat (limited to 'src/crypto/crypto_ops_builder/sha512.h')
-rwxr-xr-x | src/crypto/crypto_ops_builder/sha512.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crypto/crypto_ops_builder/sha512.h b/src/crypto/crypto_ops_builder/sha512.h new file mode 100755 index 000000000..37376b15d --- /dev/null +++ b/src/crypto/crypto_ops_builder/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 |