mirror of
https://github.com/monero-project/monero.git
synced 2024-12-28 22:49:33 +00:00
4 lines
243 B
C
Executable file
4 lines
243 B
C
Executable file
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
|