You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wownero/src/crypto/crypto_ops_builder/sha512.h

5 lines
243 B

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