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

Readme update #18

Closed
ochikov opened this issue Mar 12, 2019 · 1 comment
Closed

Readme update #18

ochikov opened this issue Mar 12, 2019 · 1 comment

Comments

@ochikov
Copy link

ochikov commented Mar 12, 2019

Hello,
In readme file, it is specified that the methods 'setup', 'genProof' and 'isValid' are accesible like that:

zkSnark.setup
zkSnark.genProof
zkSnark.isValid

but actually they are behind 'original' or 'groth' property, depends on what kind of protocol is used:

zkSnark.original.setup
zkSnark.original.genProof
zkSnark.original.isValid

zkSnark.groth.setup
zkSnark.groth.genProof
zkSnark.groth.isValid

Thank you.

@jbaylina
Copy link
Member

The readme has changed fully.

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