sha384 top-level constant
SHA-384 is a member of SHA-2 family which uses 512-bit internal state to generate a message digest of 384-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 sha384 = _SHA384();