Skip to content

Commit

Permalink
Add DHKEM(secp256k1, HKDF-SHA256) to README
Browse files Browse the repository at this point in the history
KEM name listed at iana.org
see: https://www.iana.org/assignments/hpke/hpke.xhtml
  • Loading branch information
DanGould committed Mar 30, 2024
1 parent 65a1f2d commit f8126a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Here are all the primitives listed in the spec. The primitives with checked boxe
- [X] DHKEM(P-256, HKDF-SHA256)
- [X] DHKEM(P-384, HKDF-SHA384)
- [X] DHKEM(P-521, HKDF-SHA512)
- [X] DHKEM(secp256k1, HKDF-SHA256)
* KDFs
- [X] HKDF-SHA256
- [X] HKDF-SHA384
Expand Down

0 comments on commit f8126a3

Please sign in to comment.