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!: Adapt co-noir binary to handle public noir inputs correctly #216

Closed rw0x0 closed 2 weeks ago

rw0x0 commented 2 weeks ago

BREAKING CHANGE: co-noir now stores shared inputs in a different format (BTreeMap<String, Rep3AcvmType<ark_bn254::Fr>> instead of BTreeMap<String, Rep3PrimeFieldShare<ark_bn254::Fr>>)