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

fix/update-zkinterface #2

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

fix/update-zkinterface #2

wants to merge 11 commits into from

Conversation

tronch0
Copy link

@tronch0 tronch0 commented Jun 4, 2019

Update Zkinterface implementation to match the new ProofSystem trait definition.

TODO:

  • Review entire code before.
  • Add tests (to zkinterface file, see example g16.rs)
  • Get rid of compiler warning?
`warning: unused variable: `vk_path`
  --> zokrates_core/src/proof_system/zkinterface.rs:38:67
   |
38 |     fn setup(&self, program: ir::Prog<FieldPrime>, pk_path: &str, vk_path: &str) {
   |                                                                   ^^^^^^^ help: consider prefixing with an underscore: `_vk_path`
   |
   = note: #[warn(unused_variables)] on by default

warning: unused variable: `pk_path`
  --> zokrates_core/src/proof_system/zkinterface.rs:60:9
   |
60 |         pk_path: &str,
   |         ^^^^^^^ help: consider prefixing with an underscore: `_pk_path`

`


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.

3 participants