decrypt_bytes

Function decrypt_bytes 

Source
pub fn decrypt_bytes(data: &[u8], key: &Key) -> Result<Vec<u8>>
Expand description

Decrypt data from binary format.