encrypt_bytes

Function encrypt_bytes 

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