const_hasher

Macro const_hasher 

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

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

const_hasher!(module_name, "ENV_KEY_NAME");

env key concatenated with “APP_ID_KEY_” will be used to get the key