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