Function sincere_token::encode[][src]

pub fn encode<M>(key: &str, message: M, alg: Algorithm) -> Result<String, Error> where
    M: Message