Skip to main content

sha256

Macro sha256 

Source
macro_rules! sha256 {
    ( $( $x:expr ),+ ) => { ... };
}
Expand description

Calculate the SHA-256 hash of one or more byte slices concatenated.