A hasher class for RIPEMD-160.
Declared in <crypto/ripemd160.h>
class CRIPEMD160;
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
OUTPUT_SIZE | Size of the RIPEMD-160 digest in bytes. |