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

Proofs aren't zero-knowledge #4

Open
ebfull opened this issue Dec 10, 2019 · 2 comments
Open

Proofs aren't zero-knowledge #4

ebfull opened this issue Dec 10, 2019 · 2 comments

Comments

@ebfull
Copy link
Owner

ebfull commented Dec 10, 2019

I didn't want to bring in the rand crate and deal with that mess, so the proofs right now are not zero-knowledge as mentioned in this comment: https://github.com/ebfull/sonic/blob/master/src/synthesis.rs#L666

@ebfull
Copy link
Owner Author

ebfull commented Dec 10, 2019

Actually, to be specific the mess is that there are two different versions of rand being brought in and I didn't want to reconcile them at the time.

@burdges
Copy link

burdges commented Dec 12, 2019

It's possible w3f/schnorrkel@8150ef6#diff-b4aea3e418ccdb71239b96952d9cddb6R260-R280 might help if you care in the short term, but waiting for dependencies to converge sounds better.

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

No branches or pull requests

2 participants