 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_CRYPTO_HMAC_SHA512_H
6 #define BITCOIN_CRYPTO_HMAC_SHA512_H
32 #endif // BITCOIN_CRYPTO_HMAC_SHA512_H
static const size_t OUTPUT_SIZE
CHMAC_SHA512 & Write(const unsigned char *data, size_t len)
void Finalize(unsigned char hash[OUTPUT_SIZE])
CHMAC_SHA512(const unsigned char *key, size_t keylen)
CSHA512 & Write(const unsigned char *data, size_t len)
A hasher class for SHA-512.
A hasher class for HMAC-SHA-512.