decrypt

Function decrypt 

Source
pub fn decrypt(input: &str) -> Result<String, DecryptionError>
Expand description

Decrypt a string. The decryption is done in host, and host manages the decryption key. This function should be used if you want to retrieve encrypted sensitive data from the database.