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

Remove gamma from the groth16 snark #1383

Merged
merged 3 commits into from
Jan 3, 2019
Merged

Conversation

imeckler
Copy link
Member

@imeckler imeckler commented Jan 2, 2019

This PR removes gamma from the Groth16 implementation (or put another way, it sets gamma equal to one). The benefit is that it makes the verification key one G2 element smaller, which is a big win from the point of view of proof composition.

I opened a PR on libsnark here so hopefully that eventually makes it in upstream, but I want to get this through here first.

@imeckler imeckler merged commit cdcbc8d into master Jan 3, 2019
@imeckler imeckler deleted the fix/groth16-remove-gamma branch January 3, 2019 01:21
imeckler added a commit that referenced this pull request Jan 9, 2019
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.

None yet

2 participants