PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
CHash512 Class Reference

#include <hash.h>

Collaboration diagram for CHash512:
[legend]

Public Member Functions

void Finalize (unsigned char hash[OUTPUT_SIZE])
 
CHash512Write (const unsigned char *data, size_t len)
 
CHash512Reset ()
 

Static Public Attributes

static const size_t OUTPUT_SIZE = CSHA512::OUTPUT_SIZE
 

Private Attributes

CSHA512 sha
 

Detailed Description

Definition at line 65 of file hash.h.

Member Function Documentation

◆ Finalize()

void CHash512::Finalize ( unsigned char  hash[OUTPUT_SIZE])
inline

Definition at line 73 of file hash.h.

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

◆ Reset()

CHash512& CHash512::Reset ( )
inline

Definition at line 86 of file hash.h.

Here is the call graph for this function:

◆ Write()

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

Definition at line 80 of file hash.h.

Here is the caller graph for this function:

Member Data Documentation

◆ OUTPUT_SIZE

const size_t CHash512::OUTPUT_SIZE = CSHA512::OUTPUT_SIZE
static

Definition at line 71 of file hash.h.

◆ sha

CSHA512 CHash512::sha
private

Definition at line 68 of file hash.h.


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