A hasher class for RIPEMD-160.
More...
#include <ripemd160.h>
|
uint32_t | s [5] |
|
unsigned char | buf [64] |
|
uint64_t | bytes |
|
A hasher class for RIPEMD-160.
Definition at line 12 of file ripemd160.h.
CRIPEMD160::CRIPEMD160 |
( |
| ) |
|
void CRIPEMD160::Finalize |
( |
unsigned char |
hash[OUTPUT_SIZE] | ) |
|
CRIPEMD160 & CRIPEMD160::Write |
( |
const unsigned char * |
data, |
|
|
size_t |
len |
|
) |
| |
unsigned char CRIPEMD160::buf[64] |
|
private |
uint64_t CRIPEMD160::bytes |
|
private |
const size_t CRIPEMD160::OUTPUT_SIZE = 20 |
|
static |
uint32_t CRIPEMD160::s[5] |
|
private |
The documentation for this class was generated from the following files: