arkworks-rs / circom-compat

Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation in Rust.
Apache License 2.0
236 stars 114 forks source link

Light weight version of ark-circom #40

Open tyshko-rostyslav opened 1 year ago

tyshko-rostyslav commented 1 year ago

Hi, @gakonst!

In case you are still willing to make a trimmed version of ark-circom ( https://github.com/vacp2p/zerokit/issues/37#issuecomment-1252699994 ) we would greatly appreciate if you could make one without the ethers-core/ethers-rs dependencies like here ( https://github.com/vacp2p/ark-circom/tree/no-ethers-core ) since we don't need them in zerokit and are actively trying to make our binaries smaller.

tyshko-rostyslav commented 1 year ago

https://github.com/gakonst/ark-circom/pull/41

Pratyush commented 2 weeks ago

Has this been resolved by #41 already?