5 #ifndef FABCOIN_CRYPTO_SHA512_H 6 #define FABCOIN_CRYPTO_SHA512_H 16 unsigned char buf[128];
24 void Finalize(
unsigned char hash[OUTPUT_SIZE]);
28 #endif // FABCOIN_CRYPTO_SHA512_H
void Finalize(unsigned char hash[OUTPUT_SIZE])
static const size_t OUTPUT_SIZE
CSHA512 & Write(const unsigned char *data, size_t len)
A hasher class for SHA-512.