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

A hasher class for Fabcoin's 160-bit hash (SHA-256 + RIPEMD-160). More...

#include <hash.h>

Collaboration diagram for CHash160:
[legend]

Public Member Functions

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

Static Public Attributes

static const size_t OUTPUT_SIZE = CRIPEMD160::OUTPUT_SIZE
 

Private Attributes

CSHA256 sha
 

Detailed Description

A hasher class for Fabcoin's 160-bit hash (SHA-256 + RIPEMD-160).

Definition at line 45 of file hash.h.

Member Function Documentation

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

Definition at line 51 of file hash.h.

Here is the call graph for this function:

Here is the caller graph for this function:

CHash160& CHash160::Reset ( )
inline

Definition at line 62 of file hash.h.

Here is the call graph for this function:

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

Definition at line 57 of file hash.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const size_t CHash160::OUTPUT_SIZE = CRIPEMD160::OUTPUT_SIZE
static

Definition at line 49 of file hash.h.

CSHA256 CHash160::sha
private

Definition at line 47 of file hash.h.


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