sha224 top-level constant

SHA-224 is a member of SHA-2 family which uses 256-bit internal state to generate a message digest of 224-bit long.

SHA-2 is a family of algorithms designed by the United States National Security Agency (NSA), first published in 2001 and later standardized in FIPS 180-4.

Implementation

const BlockHashBase sha224 = _SHA224();