-
Notifications
You must be signed in to change notification settings - Fork 17
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
ML-DSA 44 instantiations and multiplexing #524
Conversation
- add build.rs for feature detection - add instantiations for 44 - add neon sha3
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.
So far I only have pretty high level comments, as this code is pretty dense with meta programming and I always find it difficult to get into. I do have two style questions. It seems like the tests are still failing, so maybe this isn't quite ready yet anyway?
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.
Yeah, no one else is around right now to review and I thought it could be nice to get into 😉 You don't need to go too deep.
It seems like the tests are still failing
Github seems to have issues.
f3e2120
to
4dccc28
Compare
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.
Looks good to me! Just some incidental things below.
Co-authored-by: Jonas Schneider-Bensch <124457079+jschneider-bensch@users.noreply.github.com>
Towards #275