sha256_fmt

Function sha256_fmt 

Source
pub(crate) fn sha256_fmt(fmt: Arguments<'_>) -> [u8; 32]
Expand description

Hashes formatted string data with SHA-256, without an intermediate buffer. Analogous to std::fmt::format.