keccak224 top-level constant

BlockHashBase<BlockHashSink> const keccak224

Keccak-224 is a member of Keccak family hash functions that generates a 224-bit hash.

Keccak is a secure and versatile hash function family that uses a simple sponge construction and Keccak-f cryptographic permutation. After its selection as the winner of the SHA-3 competition, Keccak has been standardized in NIST standards FIPS 202

Note that the standard implementation of Keccak-224 is available as SHA3-224. This one follows the original design. However, the only difference between them is the choice of the final padding.

Implementation

const BlockHashBase keccak224 = _Keccak224();