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.
pub(crate) fn sha256_fmt(fmt: Arguments<'_>) -> [u8; 32]Hashes formatted string data with SHA-256, without an intermediate buffer.
Analogous to std::fmt::format.