pub fn decrypt(
encrypted: &EncryptedData,
key: &DerivedKey,
) -> EnvelopeResult<Vec<u8>>Expand description
Decrypt ciphertext using AES-256-GCM
pub fn decrypt(
encrypted: &EncryptedData,
key: &DerivedKey,
) -> EnvelopeResult<Vec<u8>>Decrypt ciphertext using AES-256-GCM