macro_rules! hash_and_encode {
($ohasher:ident, $encoder:ident, $($arg:expr),+) => { ... };
}
Expand description
A macro to call hash with variadic arguments and encode to text.
macro_rules! hash_and_encode {
($ohasher:ident, $encoder:ident, $($arg:expr),+) => { ... };
}
A macro to call hash with variadic arguments and encode to text.