Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 13 of file hmac_sha512.h.

Constructor & Destructor Documentation

◆ CHMAC_SHA512()

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

Definition at line 11 of file hmac_sha512.cpp.

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

Member Function Documentation

◆ Finalize()

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

Definition at line 31 of file hmac_sha512.cpp.

Here is the caller graph for this function:

◆ Write()

CHMAC_SHA512 & CHMAC_SHA512::Write ( const unsigned char * 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: