decrypt

Function decrypt 

Source
pub fn decrypt(
    encrypted: &EncryptedData,
    key: &DerivedKey,
) -> EnvelopeResult<Vec<u8>>
Expand description

Decrypt ciphertext using AES-256-GCM