ripemd256 top-level constant

BlockHashBase<BlockHashSink> const ripemd256

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

It shares some design principles with RIPEMD-128, but provides a higher level of security. It is also less commonly used than RIPEMD-160.

Implementation

const BlockHashBase ripemd256 = _RIPEMD256();