Skip to content

Commit a410849

Browse files
authored
crypto: Add a stripped-down HPKE API for our Curve25519 keys
1 parent 95612be commit a410849

File tree

27 files changed

+2723
-9
lines changed

27 files changed

+2723
-9
lines changed

Cargo.lock

Lines changed: 71 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ hex = "0.4.3"
132132
hickory-proto = "0.24.1"
133133
hkdf = "0.12"
134134
hmac = "0.12.0"
135+
hpke-rs = "0.3.0"
136+
hpke-rs-crypto = "0.3.0"
135137
http = "1.0.0"
136138
http-body-util = "0.1.1"
137139
hyper = "1.4"

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
v0.76.5
22

3+
- Added HPKE operations to (EC)PublicKey---`seal`---and PrivateKey---`open`.

acknowledgments/about.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ accepted = [
66
"BSD-2-Clause",
77
"BSD-3-Clause",
88
"ISC",
9+
"MPL-2.0",
910
"AGPL-3.0",
1011
"OpenSSL",
1112
"Unicode-3.0",

0 commit comments

Comments
 (0)