macro_rules! sha1 {
( $( $x:expr ),+ ) => { ... };
}Expand description
Calculate the SHA-1 hash of one or more byte slices concatenated.
macro_rules! sha1 {
( $( $x:expr ),+ ) => { ... };
}Calculate the SHA-1 hash of one or more byte slices concatenated.