Static SHA512_256
pub static SHA512_256: AlgorithmAvailable on crate features
crypto and ring and std only.Expand description
SHA-512/256 as specified in FIPS 180-4.
This is not the same as just truncating the output of SHA-512, as SHA-512/256 has its own initial state distinct from SHA-512’s initial state.