-
Notifications
You must be signed in to change notification settings - Fork 76
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
Remove schemes that are no longer under consideration by NIST #238
Conversation
Should we create an archive for the old schemes? Or is the git-history archive enough? Or mutiple folders such as |
Finally got around to run the benchmarks with the most recent Arm toolchain ( |
@rpls, can we merge this? |
SIKE got broken by https://eprint.iacr.org/2022/975 The SIKE team acknowledged it in https://csrc.nist.gov/csrc/media/Projects/post-quantum-cryptography/documents/round-4/submissions/sike-team-note-insecure.pdf
I rebased on top of #244. |
The goal of pqm4 was always to evaluate NIST PQC candidates and I believe we should keep it like that.
My plan is to keep the best implementations of winners and the round-4 candidates and add any suitable candidates submitted the signature on-ramp.
PQClean is probably going down the same path. I've opened a PR there, too: PQClean/PQClean#448.
I've created a tag for the current code: https://github.com/mupq/pqm4/releases/tag/Round3.
Are there any objections or opinions?
I've also benchmarked everything with the most recent Arm toolchain (arm-none-eabi-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712 from https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads).