Go to the source code of this file.
|
| 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) |
◆ crypto_hash_sha512_BYTES
| #define crypto_hash_sha512_BYTES 64 |
◆ crypto_hash_sha512()
| int crypto_hash_sha512 |
( |
unsigned char * | out, |
|
|
const unsigned char * | in, |
|
|
unsigned long long | inlen ) |
|
extern |
◆ crypto_hashblocks()
| int crypto_hashblocks |
( |
unsigned char * | statebytes, |
|
|
const unsigned char * | in, |
|
|
unsigned long long | inlen ) |
|
extern |