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: groth16 feature flag #782

Merged
merged 23 commits into from
May 22, 2024
Merged

feat: groth16 feature flag #782

merged 23 commits into from
May 22, 2024

Conversation

ratankaliani
Copy link
Member

@ratankaliani ratankaliani commented May 21, 2024

Add groth16 feature flag to recursion-ffi, prover and sdk.

In recursion-ffi and prover it's enabled by default, because SP1 core developers should have go and need to often test the e2e flow with Groth16.

On the other hand, SP1 users who wish to use SP1 with Groth16 proving/verification should enable groth16 feature on the SDK. This ensures users of SP1 who are not using groth16 proofs do not need Go.

@ratankaliani ratankaliani changed the base branch from main to dev May 21, 2024 08:10
```toml
sp1-sdk = { features = ["groth16"] }
```

Copy link
Member

Choose a reason for hiding this comment

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

would be good to add a note here about installing go >1.22.1

@ratankaliani ratankaliani added this pull request to the merge queue May 22, 2024
Merged via the queue into dev with commit b4a597f May 22, 2024
5 checks passed
@ratankaliani ratankaliani deleted the ratan/groth16-feature-flag branch May 22, 2024 04:17
erabinov pushed a commit that referenced this pull request May 24, 2024
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