TaceoLabs / co-snarks

Tooling for creating collaborative SNARKs for Circom circuits.
https://docs.taceo.io
Apache License 2.0
91 stars 8 forks source link

fix!: fixes prime for the mpc compiler #175

Closed 0xThemis closed 2 months ago

0xThemis commented 2 months ago

BREAKING CHANGE: we hardcoded bn128 as prime for the compiler. We now give either bn128 or bls12381 depending on curve. Introduces new trait bounds therefore breaking change