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

Rename FFT to NTT #402

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Rename FFT to NTT #402

merged 1 commit into from
Aug 20, 2024

Conversation

cjpatton
Copy link
Collaborator

@cjpatton cjpatton commented Aug 13, 2024

Closes #398

"Number theoretic transform" is the term preferred by most cryptographers.

Also, remove an out of date comment related to NTT and padding.

@cjpatton cjpatton force-pushed the cjpatton/398 branch 2 times, most recently from 95527c9 to 1ddb55b Compare August 13, 2024 23:19
draft-irtf-cfrg-vdaf.md Outdated Show resolved Hide resolved
poc/vdaf_poc/flp_bbcggi19.py Outdated Show resolved Hide resolved
"Number theoretic transform" is the term preferred by most
cryptographers.

Also, remove an out-of-date comment related to NTT and padding.
@cjpatton cjpatton merged commit e37da53 into main Aug 20, 2024
6 checks passed
@divergentdave divergentdave deleted the cjpatton/398 branch October 8, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace "FFT" with "NTT"
2 participants