Skip to main content

decrypt_with_key

Function decrypt_with_key 

Source
pub fn decrypt_with_key(
    hex_data: &str,
    key: &[u8; 32],
) -> Result<String, String>
Expand description

Decrypt a hex-encoded ciphertext with a key.