CRIPEMD160

A hasher class for RIPEMD-160.

Synopsis

Declared in <crypto/ripemd160.h>

class CRIPEMD160;

Member Functions

NameDescription
CRIPEMD160 [constructor]Construct a hasher in its initial state.
Finalize Produce the digest of all data written so far.
Reset Reset the hasher back to its initial state.
Write Absorb more data into the hash state.

Static Data Members

NameDescription
OUTPUT_SIZE Size of the RIPEMD-160 digest in bytes.