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

RSA-KEM support #323

Open
tarcieri opened this issue May 3, 2023 · 0 comments
Open

RSA-KEM support #323

tarcieri opened this issue May 3, 2023 · 0 comments

Comments

@tarcieri
Copy link
Member

tarcieri commented May 3, 2023

RSA-KEM is a key encapsulation mechanism for transmitting a randomly generated cryptographic key (e.g. a symmetric key for a hybrid cryptosystem) between parties.

We have a trait-based abstraction over KEMs which provides a common API: https://github.com/RustCrypto/traits/tree/master/kem

It would be good to add (possibly optional/feature-gated) support for using the kem interface with RSA-KEM.

cc @rozbb

@tarcieri tarcieri mentioned this issue Aug 9, 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

No branches or pull requests

1 participant