Skip to content
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

NTT for PolynomialFieldElement Trait #4

Merged
merged 2 commits into from
Dec 20, 2023
Merged

NTT for PolynomialFieldElement Trait #4

merged 2 commits into from
Dec 20, 2023

Conversation

0xWOLAND
Copy link
Owner

The current NTT only operates on the BigInt type, which means that a user must convert their current number type into BigInts before being able to compute an NTT. This step is very slow, so defining the NTT over a trait will remove this unnecessary step and speed up the overall process.

@0xWOLAND 0xWOLAND merged commit 0172eda into master Dec 20, 2023
1 check passed
@0xWOLAND 0xWOLAND deleted the trait branch December 20, 2023 01:46
@0xWOLAND 0xWOLAND mentioned this pull request Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant