Skip to content

Commit

Permalink
add grinding checks #84 (#85)
Browse files Browse the repository at this point in the history
* add grinding checks #84

* circuit2 update #84

* Revert "circuit2 update #84"

This reverts commit 843616d.

* added example of custom mask #84 NilFoundation/crypto3-zk-marshalling#53 NilFoundation/zkllvm-transpiler#49

* Interface update #81 nil-foundation/zkllvm-transpiler#45 (#82)

* Interface update #81 nil-foundation/zkllvm-transpiler#45

* updated example circuits to new interface #81

* cleanup #81 NilFoundation/zkllvm-transpiler#45

* modular_verifier interface update, added eta value checks #81 NilFoundation/zkllvm-transpiler#46

* added example of custom mask #84 NilFoundation/crypto3-zk-marshalling#53 NilFoundation/zkllvm-transpiler#49
  • Loading branch information
vo-nil authored Nov 10, 2023
1 parent 7e17aea commit aa908fa
Show file tree
Hide file tree
Showing 7 changed files with 529 additions and 480 deletions.
202 changes: 106 additions & 96 deletions contracts/zkllvm/circuit1/commitment.sol

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/zkllvm/circuit1/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"17166126583027276163107155648953851600645935739886150467584901586847365754678"
],
"grinding_params": {
"mask": "4294901760"
"mask": "4294934528"
}
}
}
197 changes: 103 additions & 94 deletions contracts/zkllvm/circuit2/commitment.sol

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/zkllvm/circuit2/proof.bin

Large diffs are not rendered by default.

202 changes: 106 additions & 96 deletions contracts/zkllvm/circuit3/commitment.sol

Large diffs are not rendered by default.

202 changes: 106 additions & 96 deletions contracts/zkllvm/circuit4/commitment.sol

Large diffs are not rendered by default.

202 changes: 106 additions & 96 deletions contracts/zkllvm/circuit6/commitment.sol

Large diffs are not rendered by default.

0 comments on commit aa908fa

Please sign in to comment.