sha512t256 top-level constant
SHA-512/256 is a variation of SHA-512 which uses 512-bit internal state to generate a message digest of 256-bit long truncating the last bits.
Implementation
const BlockHashBase sha512t256 = _SHA512t256();
SHA-512/256 is a variation of SHA-512 which uses 512-bit internal state to generate a message digest of 256-bit long truncating the last bits.
const BlockHashBase sha512t256 = _SHA512t256();