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

Wrong compiler error when lib missing #171

Open 0xThemis opened 2 months ago

0xThemis commented 2 months ago

If we compile a circom file and don't provide the necessary libraries, we get an error from circom. This is fine, but the error is misleading as it tells the user to provide the libraries with the -l flag. This is wrong for our case. We need to patch the circom fork, that it prints the correct error message