Function decrypt_string

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