Skip to main content

encrypt_string

Function encrypt_string 

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