A hasher class for RIPEMD‐160.
Synopsis
Declared in <crypto/ripemd160.h>
class CRIPEMD160;
Member Functions
Name |
Description |
|
Construct a hasher in its initial state. |
Produce the digest of all data written so far. |
|
Reset the hasher back to its initial state. |
|
Absorb more data into the hash state. |
Static Data Members
Name |
Description |
Size of the RIPEMD‐160 digest in bytes. |
Created with MrDocs