iden3 / circom

zkSnark circuit compiler
GNU General Public License v3.0
1.25k stars 232 forks source link

Support circom with bazel rule #247

Open chokobole opened 4 months ago

chokobole commented 4 months ago

I've just created a bazel rule for circom. It only supports r1cs and c at this moment, but still I think it's nice! You can think of it this like https://github.com/bazelbuild/rules_proto! If you're interested, i can move this repository to here and want it to be supported officially together!

See https://github.com/kroma-network/rules_circom and https://github.com/kroma-network/circomlib.