Skip to main content

decrypt_bytes

Function decrypt_bytes 

Source
pub fn decrypt_bytes(encrypted: &[u8], key: &[u8]) -> Result<Vec<u8>>