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

relation: constriant-system: Add pow5 method to ConstraintSystem #26

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

joeykraut
Copy link
Member

Purpose

This PR adds a pow5 method to the ConstraintSystem trait that computes the fifth power of its input. This gadget is used downstream in Poseidon permutation implementations.

Testing

  • Unit tests pass

@joeykraut joeykraut requested a review from akirillo November 13, 2023 22:18
@joeykraut joeykraut marked this pull request as ready for review November 13, 2023 22:18
@joeykraut joeykraut merged commit 0f017c5 into main Nov 13, 2023
1 check failed
@joeykraut joeykraut deleted the joey/pow5-gadget branch November 13, 2023 22:56
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.

2 participants