Bitcoin ABC  0.26.3
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 uint8_t *key, size_t keylen)
 
CHMAC_SHA512Write (const uint8_t *data, size_t len)
 
void Finalize (uint8_t 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::CHMAC_SHA512 ( const uint8_t *  key,
size_t  keylen 
)

Definition at line 9 of file hmac_sha512.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ Finalize()

void CHMAC_SHA512::Finalize ( uint8_t  hash[OUTPUT_SIZE])

Definition at line 30 of file hmac_sha512.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Write()

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

Definition at line 23 of file hmac_sha512.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ inner

CSHA512 CHMAC_SHA512::inner
private

Definition at line 17 of file hmac_sha512.h.

◆ outer

CSHA512 CHMAC_SHA512::outer
private

Definition at line 16 of file hmac_sha512.h.

◆ OUTPUT_SIZE

const size_t CHMAC_SHA512::OUTPUT_SIZE = 64
static

Definition at line 20 of file hmac_sha512.h.


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