Function encrypt_string

Source
pub fn encrypt_string(
    hash: &str,
    plaintext: &str,
) -> Result<Vec<u8>, CryptoError>