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

feat: update to liboqs 0.11.0 and various Rust changes #268

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mikelodder7
Copy link

@mikelodder7 mikelodder7 commented Oct 1, 2024

This adds

  • Compatibility with liboqs 0.11.0
  • Adds Debug to all structs
  • FromStr for kem::Algorithm and sig::Algorithm
  • Serialize/Deserialize use constant time serialization and hex when human readable, binary otherwise
  • Exposes ML-KEM, ML-DSA, Cross, and Mayo
  • Adds cargo careful to CI

Signed-off-by: Michael Lodder <[email protected]>
Signed-off-by: Michael Lodder <[email protected]>
Signed-off-by: Michael Lodder <[email protected]>
@mikelodder7 mikelodder7 changed the title Update to liboqs 0.11.0 and various Rust changes feat: update to liboqs 0.11.0 and various Rust changes Oct 1, 2024
Signed-off-by: Michael Lodder <[email protected]>
@dstebila
Copy link
Member

I think some of this is obsolete due to #272. Is there any desire to redo the remaining additions?

@SWilson4
Copy link
Member

Maybe @jmayclin would be interested in adding some of the Rusty features from this PR.

@mikelodder7
Copy link
Author

I'll close out this PR and base it off the new updates from #272

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.

3 participants