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

Secret Sharing when using co-snarks as lib is clunky #230

Open 0xThemis opened 1 week ago

0xThemis commented 1 week ago

When you want to secret share a witness, you have to write the fully qualified name of the underlying struct. This forces dependencies also it is just not nice.

Rewrite the API here.