Skip to main content

decrypt

Function decrypt 

Source
pub fn decrypt(blob: &EncryptedBlob) -> Result<Vec<u8>>
Expand description

Decrypt data using AES-256-GCM with a key from the OS keychain.