macro_rules! sha1 { ($($arg:expr),+) => { ... }; }
A macro to call sha1 hash with variadic arguments.