pub fn decrypt_string(
encrypted: &EncryptedData,
key: &DerivedKey,
) -> EnvelopeResult<String>Expand description
Decrypt to a string
pub fn decrypt_string(
encrypted: &EncryptedData,
key: &DerivedKey,
) -> EnvelopeResult<String>Decrypt to a string