pub fn make_decoding_key(
    key: &[u8],
    algorithm: Algorithm
) -> Result<DecodingKey>
Expand description

Given the key and an algorithm it will return a DecodingKey