[][src]Function private_box::decrypt_body_with_key_bytes

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

Panics if msg_key len is not 33 bytes.