-
Notifications
You must be signed in to change notification settings - Fork 101
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/roman/dcct #572
base: V2
Are you sure you want to change the base?
Feat/roman/dcct #572
Conversation
ee59011
to
38bcbfb
Compare
|
||
const c_extension_t ROU = {{2}, {1268011823}}; | ||
|
||
// namespace quad_extension_config { |
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.
remove
@@ -6,7 +6,10 @@ | |||
#include "ntt/ntt.cuh" // for enum Ordering | |||
|
|||
namespace mxntt { | |||
|
|||
#ifdef DCCT | |||
template <typename S, typename R> |
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.
is R an extension field? why R?
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.
It means Root type
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.
Overall looks good to me but I have a few comments:
(1) I don't see that you define DCCT in cmake (and cargo) for m31 and build dcct
(2) Probably NTT tests will fail so we need some correctness test in CI.
(3) It would be better in terms of maintainability if you split dcct code from ntt sources. Assuming it doesn't required you to refactor too much.
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.
what's in pr lgtm - except rust bindings and tests, but we can add these as well as other todos. @yshekel request is 100% legit, and a bit raw feel overall - let's merge it as we agreed on a daily and I need it asap)
Describe the changes
This PR...
Linked Issues
Resolves #