Skip to main content

encrypt_string

Function encrypt_string 

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