logo
pub fn decrypt_unwrap<R>(
    recipient: &Key<PublicParts, R>,
    S: &Protected,
    ciphertext: &Ciphertext
) -> Result<SessionKey> where
    R: KeyRole
👎 Deprecated:

Use decrypt_unwrap2

Expand description

Unwraps a session key.