Function decrypt_body_with_key_bytes

Source
pub fn decrypt_body_with_key_bytes(
    cyphertext: &[u8],
    msg_key: &[u8],
) -> Option<Vec<u8>>
Expand description

Panics if msg_key len is not 33 bytes.