Skip to main content

sha1

Macro sha1 

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

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