fluidex / circuits

GNU Affero General Public License v3.0
10 stars 5 forks source link

opt: reuse component #150

Closed lispc closed 3 years ago

lispc commented 3 years ago
plonkit analyse -c ./testdata/Block_2_2_2_2/circuit.r1cs 

before reuse https://github.com/Fluidex/circuits/tree/af124e57ca6f4c259999b83a18884e24124addb3

"num_constraints": 78813,
"num_gates": 265703,

after reuse https://github.com/Fluidex/circuits/tree/3c0cdae0bbccf4593a89f07c6f127172aa1a48f7

"num_constraints": 52555,
 "num_gates": 161903,