iden3 / circom

zkSnark circuit compiler
GNU General Public License v3.0
1.31k stars 253 forks source link

feat: make circom as a lib and makesub module public #227

Open RyanKung opened 9 months ago

RyanKung commented 9 months ago

This PR does two things:

1) created circom/lib.rs 2) make submodule of circom public.

Which make circom can be integrated into other Rust crates.