Skip to content

field agnostic refactor (part 1) #875

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

Merged
merged 10 commits into from
Mar 25, 2025

Conversation

hero78119
Copy link
Collaborator

@hero78119 hero78119 commented Mar 25, 2025

extract from #873, refactor ceno stark to field agnostic

// Passing two-adacity itself to this function will get the root of unity
// with the largest order, i.e., order = 2^two-adacity.
const BASE_TWO_ADIC_ROOT_OF_UNITY: Self::BaseField = BabyBear::new(0x78000000);
const TWO_ADIC_ROOT_OF_UNITY: Self =
Copy link
Collaborator Author

@hero78119 hero78119 Mar 25, 2025

Choose a reason for hiding this comment

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

we can remove BASE_TWO_ADIC_ROOT_OF_UNITY, TWO_ADIC_ROOT_OF_UNITY after #858 #843, as this is only for field wrapper to serve ark lib

Copy link
Collaborator

Choose a reason for hiding this comment

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

This is removed in #966.

@lispc lispc added this pull request to the merge queue Mar 25, 2025
Merged via the queue into scroll-tech:master with commit fd571cf Mar 25, 2025
4 checks passed
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.

3 participants