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

zkInterface backend #279

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

naure
Copy link

@naure naure commented Jun 19, 2019

This is a zkInterface adapter to use bulletproofs as a proving system.

See live demo.

See example usage.

@@ -33,7 +34,7 @@ rand_chacha = "0.1"
[features]
avx2_backend = ["curve25519-dalek/avx2_backend"]
# Disable the yoloproofs feature for the released crate, so that it's not possible for someone to publish a crate using R1CS proofs yet.
# yoloproofs = []
yoloproofs = ["zkinterface"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

First thought: can we make zkinterface depend on yoloproofs, not the other way around? Then the user is able to use R1CS w/o zkinterface.

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