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

Fq additional methods without arkworks #87

Closed
2 tasks
redshiftzero opened this issue Feb 7, 2024 · 0 comments · Fixed by #91 or #98
Closed
2 tasks

Fq additional methods without arkworks #87

redshiftzero opened this issue Feb 7, 2024 · 0 comments · Fixed by #91 or #98

Comments

@redshiftzero
Copy link
Member

redshiftzero commented Feb 7, 2024

In working on #3675 - making poseidon377 work in a no_std environment without a global allocator, i.e. without arkworks - there is some additional functionality needed in this crate on Fq when the arkworks feature is not enabled. This ticket is to track those items as we find them:

  • Fq::pow() - used in poseidon-parameters for the computation of the cofactor matrix here as well as for the computation of the SubWords layer in poseidon-permutation here. This was previously provided via arkwork's ark_ff::Field trait (ref).
  • TK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
1 participant