-
Notifications
You must be signed in to change notification settings - Fork 10
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
CRYSTALS Dilithium #149
base: main
Are you sure you want to change the base?
CRYSTALS Dilithium #149
Conversation
Codecov Report
@@ Coverage Diff @@
## main #149 +/- ##
==========================================
+ Coverage 95.35% 95.51% +0.15%
==========================================
Files 32 32
Lines 3036 3121 +85
==========================================
+ Hits 2895 2981 +86
+ Misses 141 140 -1
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I finally understand why codecov didn't update for the past two pushes - they were changes to the README and didn't touch code. |
Happy to pull this in if its ready for review |
I think we discussed in KERI dev a couple weeks ago that we wouldn't merge yet as it adds new codes etc. we probably need alignment in keripy and there is also the falcon branch |
https://csrc.nist.gov/Projects/post-quantum-cryptography/selected-algorithms-2022
https://blog.cloudflare.com/nist-post-quantum-surprise/
https://pq-crystals.org/dilithium/
Seems to work. Here's a branch/PR of some test code that exercises this stuff:
jasoncolburne/keri-acdc#1