Electroneum
sha512.h
Go to the documentation of this file.
1 extern int crypto_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen);
2 extern int crypto_hash_sha512(unsigned char *out,const unsigned char *in,unsigned long long inlen);
3 
4 #define crypto_hash_sha512_BYTES 64
int crypto_hashblocks(unsigned char *statebytes, const unsigned char *in, unsigned long long inlen)
int crypto_hash_sha512(unsigned char *out, const unsigned char *in, unsigned long long inlen)