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

For the provers pre-compute the necessary elements #189

Closed 0xThemis closed 2 weeks ago

0xThemis commented 1 month ago

Shamir has to do networking to get random elements. For provers we know how many random elements we need, so pre-compute all random elements necessary so that the call to rand() does not have to be async.

like r,s for groth16

dkales commented 2 weeks ago

done in #220