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

Make it configurable to send compressed/uncompressed over network #187

Open 0xThemis opened 1 month ago

0xThemis commented 1 month ago

It should be possible to configure whether we want to send field elements in compressed/uncompressed mode. This happens in Shamir/Rep3Network. At the moment we send uncompressed.

As soon as we can switch, we want some benchmarks to decide