sha256

Macro sha256 

Source
macro_rules! sha256 {
    ($($args:tt)*) => { ... };
}
Expand description

Analogous to std::format, but returning only the SHA-256 digest of the formatted string.