danicoin/src/crypto/crypto_ops_builder/sha512.h
2015-10-26 18:00:53 +02:00

5 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