Electroneum
sha512.h File Reference

Go to the source code of this file.

Macros

#define crypto_hash_sha512_BYTES   64
 

Functions

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)
 

Macro Definition Documentation

◆ crypto_hash_sha512_BYTES

#define crypto_hash_sha512_BYTES   64

Definition at line 4 of file sha512.h.

Function Documentation

◆ crypto_hash_sha512()

int crypto_hash_sha512 ( unsigned char *  out,
const unsigned char *  in,
unsigned long long  inlen 
)

◆ crypto_hashblocks()

int crypto_hashblocks ( unsigned char *  statebytes,
const unsigned char *  in,
unsigned long long  inlen 
)