Fabcoin Core
0.16.2
P2P Digital Currency
|
A hasher class for HMAC-SHA-256. More...
#include <hmac_sha256.h>
Public Member Functions | |
CHMAC_SHA256 (const unsigned char *key, size_t keylen) | |
CHMAC_SHA256 & | Write (const unsigned char *data, size_t len) |
void | Finalize (unsigned char hash[OUTPUT_SIZE]) |
Static Public Attributes | |
static const size_t | OUTPUT_SIZE = 32 |
Private Attributes | |
CSHA256 | outer |
CSHA256 | inner |
A hasher class for HMAC-SHA-256.
Definition at line 14 of file hmac_sha256.h.
CHMAC_SHA256::CHMAC_SHA256 | ( | const unsigned char * | key, |
size_t | keylen | ||
) |
void CHMAC_SHA256::Finalize | ( | unsigned char | hash[OUTPUT_SIZE] | ) |
Definition at line 29 of file hmac_sha256.cpp.
|
inline |
|
private |
Definition at line 18 of file hmac_sha256.h.
|
private |
Definition at line 17 of file hmac_sha256.h.
|
static |
Definition at line 21 of file hmac_sha256.h.