Skip to main content

decrypt_string

Function decrypt_string 

Source
pub fn decrypt_string(
    hash: &str,
    ciphertext: &[u8],
) -> Result<String, CryptoError>