-
Notifications
You must be signed in to change notification settings - Fork 37
Update README, examples, and CI before 0.2.0 release #32
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
Merged
+64
−37
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Spencer Wilson <[email protected]>
Signed-off-by: Spencer Wilson <[email protected]>
Signed-off-by: Spencer Wilson <[email protected]>
Signed-off-by: Spencer Wilson <[email protected]>
Signed-off-by: Spencer Wilson <[email protected]>
jimouris
approved these changes
Jan 24, 2025
Member
jimouris
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
AdijeShen
pushed a commit
to AdijeShen/liboqs-java
that referenced
this pull request
Mar 23, 2025
…fe#32) * Update to latest CI image Signed-off-by: Spencer Wilson <[email protected]> * Install jdk package and set JAVA_HOME Signed-off-by: Spencer Wilson <[email protected]> * Add macOS job Signed-off-by: Spencer Wilson <[email protected]> * Update README.md and example files Signed-off-by: Spencer Wilson <[email protected]> * Remove unnecessary install Signed-off-by: Spencer Wilson <[email protected]> --------- Signed-off-by: Spencer Wilson <[email protected]>
SWilson4
added a commit
that referenced
this pull request
Jun 13, 2025
* [build] use .a of liboqs Signed-off-by: Adije Shen <[email protected]> * [3rd] add link to liboqs Signed-off-by: Adije Shen <[email protected]> * mv liboqs as a submodule Signed-off-by: Adije Shen <[email protected]> * [doc] update the doc Signed-off-by: Adije Shen <[email protected]> * unify windows and unix operation Signed-off-by: Adije Shen <[email protected]> * add guide for windows Signed-off-by: Adije Shen <[email protected]> * Update README.md Signed-off-by: Huajie Shen <[email protected]> Signed-off-by: Adije Shen <[email protected]> * keep the origin README file format Signed-off-by: Adije Shen <[email protected]> * Update README Signed-off-by: Adije Shen <[email protected]> * Add RELEASE.md Signed-off-by: Huajie Shen <[email protected]> Signed-off-by: Adije Shen <[email protected]> * delete gitmodules Signed-off-by: Adije Shen <[email protected]> * Move CI to GitHub Actions (#30) * Port workflows from CircleCI to GitHub Actions * Add CI job for workflow linting * Update README badge --------- Signed-off-by: Spencer Wilson <[email protected]> Signed-off-by: Adije Shen <[email protected]> * Add support for the ML-DSA Context (#31) Signed-off-by: John Gray <[email protected]> Signed-off-by: Adije Shen <[email protected]> * Update README, examples, and CI before 0.2.0 release (#32) * Update to latest CI image Signed-off-by: Spencer Wilson <[email protected]> * Install jdk package and set JAVA_HOME Signed-off-by: Spencer Wilson <[email protected]> * Add macOS job Signed-off-by: Spencer Wilson <[email protected]> * Update README.md and example files Signed-off-by: Spencer Wilson <[email protected]> * Remove unnecessary install Signed-off-by: Spencer Wilson <[email protected]> --------- Signed-off-by: Spencer Wilson <[email protected]> * Support derandomized key generation for ML-KEM (#33) * Support derandomized key generation for ML-KEM Signed-off-by: Spencer Wilson <[email protected]> * Update example output in README.md Signed-off-by: Spencer Wilson <[email protected]> --------- Signed-off-by: Spencer Wilson <[email protected]> Signed-off-by: Adije Shen <[email protected]> * add back the windows installation guide Signed-off-by: Adije Shen <[email protected]> * merge Signed-off-by: adijeshen <[email protected]> * add windows CI Signed-off-by: adijeshen <[email protected]> * change CI Signed-off-by: root <root@adijethinkbook.> Signed-off-by: Adije Shen <[email protected]> * Update README.md Signed-off-by: Spencer Wilson <[email protected]> --------- Signed-off-by: Adije Shen <[email protected]> Signed-off-by: Huajie Shen <[email protected]> Signed-off-by: Spencer Wilson <[email protected]> Signed-off-by: John Gray <[email protected]> Signed-off-by: adijeshen <[email protected]> Signed-off-by: root <root@adijethinkbook.> Co-authored-by: Spencer Wilson <[email protected]> Co-authored-by: John Gray <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In preparation for releasing version 0.2.0 of liboqs-java, this PR