Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
CHMAC_SHA512 Class Reference

A hasher class for HMAC-SHA-512. More...

#include <hmac_sha512.h>

Collaboration diagram for CHMAC_SHA512:
[legend]

Public Member Functions

 CHMAC_SHA512 (const unsigned char *key, size_t keylen)
 
CHMAC_SHA512Write (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
 

Detailed Description

A hasher class for HMAC-SHA-512.

Definition at line 14 of file hmac_sha512.h.

Constructor & Destructor Documentation

CHMAC_SHA512::CHMAC_SHA512 ( const unsigned char *  key,
size_t  keylen 
)

Definition at line 9 of file hmac_sha512.cpp.

Here is the call graph for this function:

Member Function Documentation

void CHMAC_SHA512::Finalize ( unsigned char  hash[OUTPUT_SIZE])

Definition at line 29 of file hmac_sha512.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

CHMAC_SHA512& CHMAC_SHA512::Write ( const unsigned char *  data,
size_t  len 
)
inline

Definition at line 24 of file hmac_sha512.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

CSHA512 CHMAC_SHA512::inner
private

Definition at line 18 of file hmac_sha512.h.

CSHA512 CHMAC_SHA512::outer
private

Definition at line 17 of file hmac_sha512.h.

const size_t CHMAC_SHA512::OUTPUT_SIZE = 64
static

Definition at line 21 of file hmac_sha512.h.


The documentation for this class was generated from the following files: