Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
CHash256 Class Reference

A hasher class for Raven's 256-bit hash (double SHA-256). More...

#include <hash.h>

Collaboration diagram for CHash256:
[legend]

Public Member Functions

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

Static Public Attributes

static const size_t OUTPUT_SIZE = CSHA256::OUTPUT_SIZE
 

Private Attributes

CSHA256 sha
 

Detailed Description

A hasher class for Raven's 256-bit hash (double SHA-256).

Definition at line 76 of file hash.h.

Member Function Documentation

◆ Finalize()

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

Definition at line 82 of file hash.h.

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

◆ Reset()

CHash256& CHash256::Reset ( )
inline

Definition at line 93 of file hash.h.

Here is the call graph for this function:

◆ Write()

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

Definition at line 88 of file hash.h.

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

Member Data Documentation

◆ OUTPUT_SIZE

const size_t CHash256::OUTPUT_SIZE = CSHA256::OUTPUT_SIZE
static

Definition at line 80 of file hash.h.

◆ sha

CSHA256 CHash256::sha
private

Definition at line 78 of file hash.h.


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