 |
Bitcoin Core
22.99.0
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_CRYPTO_HMAC_SHA256_H
6 #define BITCOIN_CRYPTO_HMAC_SHA256_H
32 #endif // BITCOIN_CRYPTO_HMAC_SHA256_H
void Finalize(unsigned char hash[OUTPUT_SIZE])
CSHA256 & Write(const unsigned char *data, size_t len)
A hasher class for HMAC-SHA-256.
CHMAC_SHA256(const unsigned char *key, size_t keylen)
CHMAC_SHA256 & Write(const unsigned char *data, size_t len)
static const size_t OUTPUT_SIZE
A hasher class for SHA-256.