macro_rules! sha1_base64 {
($($arg:expr),+) => { ... };
}Expand description
A macro to call sha1 hash with variadic arguments and encode to base64 string.
macro_rules! sha1_base64 {
($($arg:expr),+) => { ... };
}A macro to call sha1 hash with variadic arguments and encode to base64 string.