encrypt

Function encrypt 

Source
pub fn encrypt<R: Rng>(
    plaintext: &str,
    key: &str,
    rng: &mut R,
) -> Result<String, CipherError>