ripemd160 top-level constant

BlockHashBase<BlockHashSink> const ripemd160

RIPEMD-160 (RACE Integrity Primitives Evaluation Message Digest) is a cryptographic hash function that produces a fixed-size, 160-bit hash value. It is used to verify the integrity and authenticity of messages and is resistant to various types of attacks, including collisions and preimage attacks. It is commonly used in security protocols and applications.

Implementation

const BlockHashBase ripemd160 = _RIPEMD160();