encrypt_string

Function encrypt_string 

Source
pub fn encrypt_string(input: &str, key: &[u8; 32]) -> (Vec<u8>, [u8; 12])