Function sequoia_openpgp::crypto::ecdh::aes_key_unwrap
source ยท pub fn aes_key_unwrap(
algo: SymmetricAlgorithm,
key: &Protected,
ciphertext: &[u8],
) -> Result<Protected>
Expand description
Unwraps an encrypted key using the AES Key Wrap Algorithm.
See RFC 3394.