macro_rules! sha256 {
($($args:tt)*) => { ... };
}Expand description
Analogous to std::format, but returning only the SHA-256 digest of the formatted string.
macro_rules! sha256 {
($($args:tt)*) => { ... };
}Analogous to std::format, but returning only the SHA-256 digest of the formatted string.