sha1_base64

Macro sha1_base64 

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

A macro to call sha1 hash with variadic arguments and encode to base64 string.