ripemd128 top-level constant

BlockHashBase<BlockHashSink> const ripemd128

RIPEMD-128 (RACE Integrity Primitives Evaluation Message Digest) is a cryptographic hash function that produces a fixed-size, 128-bit hash value.

While it provides reasonable level of security, it is less commonly used than RIPEMD-160, the more secure algorithm in the same family.

Implementation

const BlockHashBase ripemd128 = _RIPEMD128();