ripemd320 top-level constant
RIPEMD-320 (RACE Integrity Primitives Evaluation Message Digest) is a cryptographic hash function that produces a fixed-size, 320-bit hash value.
It shares some design principles with RIPEMD-160, but provides a higher level of security having a larger output size and a more complex message expansion function.
Implementation
const BlockHashBase ripemd320 = _RIPEMD320();