Macro hash_and_encode

Source
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.