Skip to content

Commit

Permalink
Merge pull request #349 from Zokrates/patch-g16-typo
Browse files Browse the repository at this point in the history
Fix typo in proof serialization
  • Loading branch information
Schaeff authored May 10, 2019
2 parents a30dbb5 + 801c633 commit 28fe629
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 37 deletions.
41 changes: 5 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zokrates_core/src/proof_system/bn128/g16.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ mod serialize {
}}",
parse_g1_json(&p.a),
parse_g2_json(&p.b),
parse_g1_json(&p.a),
parse_g1_json(&p.c),
inputs
.iter()
.map(parse_fr_json)
Expand Down

0 comments on commit 28fe629

Please sign in to comment.