Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RFC 9180 KEM #339

Merged
merged 3 commits into from
Jul 4, 2023
Merged

Add support for RFC 9180 KEM #339

merged 3 commits into from
Jul 4, 2023

Conversation

brycx
Copy link
Member

@brycx brycx commented Apr 17, 2023

see #333

Add support for the DHKEM(X25519, HKDF-SHA256) KEM from the HPKE RFC. Support for the HPKE functions Seal/Open can be added using this.

TODO:

  • Some places are missing zeroize() calls where secret have been stored.
  • [ ] Fuzzing targets: There seem to be no other crates available on crates.io that expose the DHKEM functionality that we do here. Those crates that have it internally are HPKE crates, and leave the KEM operations internal. The fuzzing targets will have to be added once full HPKE support has been added as well.

@brycx brycx added this to the 0.17.5 milestone Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant