Macro tiny_crypto::hash
source · macro_rules! hash { ($oh:ident, $($arg:expr),+) => { ... }; }
Expand description
A macro to call hash with variadic arguments.
macro_rules! hash { ($oh:ident, $($arg:expr),+) => { ... }; }
A macro to call hash with variadic arguments.