Replies: 1 comment 1 reply
-
We don't intend to drop any modes at this point. Especially if there are users, I don't see a reason to drop them. The implementation diff is not big enough to remove code for these modes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hpke-rs
currently supports all four of the modes specified in the CFRG "informational" RFC 9180:Base
,PSK
,Auth
, andAuthPSK
.The HPKE working group is considering (hpkewg/hpke#1) dropping the
Auth
andAuthPSK
modes from the IETF standards-track version of HPKE. If that should happen, willhpke-rs
(a) drop these modes as well or (b) continue supporting the full set of RFC 9180 modes?Beta Was this translation helpful? Give feedback.
All reactions