decrypt_string

Function decrypt_string 

Source
pub fn decrypt_string(
    encrypted: &EncryptedData,
    key: &DerivedKey,
) -> EnvelopeResult<String>
Expand description

Decrypt to a string