Skip to main content

decrypt

Function decrypt 

Source
pub fn decrypt(encrypted_value: &[u8]) -> Result<String>
Expand description

ยงErrors

Returns an error if decryption fails or if the value is not valid UTF-8.