pub fn decrypt(encrypted_value: &[u8]) -> Result<String>
Returns an error if decryption fails or if the value is not valid UTF-8.