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

[FEAT] Add Mersenne to v3 #579

Merged
merged 11 commits into from
Aug 27, 2024
Merged

[FEAT] Add Mersenne to v3 #579

merged 11 commits into from
Aug 27, 2024

Conversation

emirsoyturk
Copy link
Contributor

Changes

This PR adds mersenne field (m31) to icicle v3 including rust wrapper.

@emirsoyturk emirsoyturk changed the title Add Mersenne to v3 [FEAT] Add Mersenne to v3 Aug 13, 2024
@emirsoyturk emirsoyturk requested a review from yshekel August 14, 2024 06:46
Copy link
Collaborator

@yshekel yshekel left a comment

Choose a reason for hiding this comment

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

great job!

use icicle_runtime::stream::IcicleStream;

pub(crate) const SCALAR_LIMBS: usize = 1;
pub(crate) const EXTENSION_LIMBS: usize = 4;
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we need to support both extensions of m31? Afaik both Quadratic and Quartic extensions are used (2 and 4 elements)

@emirsoyturk emirsoyturk merged commit 9a0766a into yshekel/V3 Aug 27, 2024
19 checks passed
@emirsoyturk emirsoyturk deleted the mersenne-V3 branch August 27, 2024 13:20
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.

4 participants