Skip to main content

encrypt

Function encrypt 

Source
pub fn encrypt(secret: &[u8], plaintext: &str) -> Result<String, EncryptError>