From 3175bd519b2cd83f45d40a56c79b6c09ac11da5b Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 28 Jun 2022 16:20:34 +0200 Subject: openpgp: Make crypto::ecdh::aes_key_{,un}wrap public. - This is the AES Key Wrap algorithm described in RFC 3394. It is used in OpenPGP's ECDH, but has uses besides that (for example, the gpg-agent uses it to wrap keys in transit). --- openpgp/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openpgp/NEWS') diff --git a/openpgp/NEWS b/openpgp/NEWS index ba6d00b2..1a4ec42d 100644 --- a/openpgp/NEWS +++ b/openpgp/NEWS @@ -6,6 +6,8 @@ ** New functionality - Cert::insert_packets2 - Cert::insert_packets_merge + - crypto::ecdh::aes_key_wrap + - crypto::ecdh::aes_key_unwrap - Error::UnsupportedCert2 - TryFrom for Unknown - types::{Curve, SymmetricAlgorithm, AEADAlgorithm, -- cgit v1.2.3