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

Implement Traits for Key Encapsulation #10

Open
mberry opened this issue Aug 23, 2022 · 1 comment
Open

Implement Traits for Key Encapsulation #10

mberry opened this issue Aug 23, 2022 · 1 comment

Comments

@mberry
Copy link
Member

mberry commented Aug 23, 2022

Add public traits for keygen, encap and decap.

@mberry
Copy link
Member Author

mberry commented Mar 14, 2023

Would like to use RustCrypto KEM traits but for now don't want to pull in the GenericArray dependency by default.

Am happy to implement traits which mirror it with the same function signatures until they remove that dep. Probably best if it goes in pqc_core instead for any other key encapsulation algo's to use too.

@mberry mberry mentioned this issue Jul 29, 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