Function sequoia_openpgp::crypto::ecdh::decrypt_unwrap

source ·
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.