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

build(math): generate m31 field as non fft friendly field #385

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

chokobole
Copy link
Contributor

@chokobole chokobole commented Apr 7, 2024

Description

Since mersenne 31 has only 1 2-adicity, it should be treated as non-fft friendly.

M = 2³¹ - 1
M - 1 = 2³¹ - 2 = 2(2³⁰ - 1)

Copy link
Contributor

@Insun35 Insun35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@TomTaehoonKim TomTaehoonKim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@dongchangYoo dongchangYoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dongchangYoo dongchangYoo merged commit cdda918 into main Apr 10, 2024
3 checks passed
@dongchangYoo dongchangYoo deleted the build/generate-m31-field-as-non-fft-friendly-field branch April 10, 2024 04:11
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.

None yet

5 participants