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.