macro_rules! hasher { ($m_name: ident, $key: literal) => { ... }; }
key should be Base64Url decoded 56 bytes long (~ 75 chars)
hasher!(module_name, "hash_key");