Skip to main content

encrypt_bytes

Function encrypt_bytes 

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