hasher

Macro hasher 

Source
macro_rules! hasher {
    ($m_name: ident, $key: literal) => { ... };
}
Expand description

key should be Base64Url decoded 56 bytes long (~ 75 chars)

hasher!(module_name, "hash_key");