TaceoLabs / collaborative-circom

Tooling for creating collaborative SNARKs for Circom circuits.
https://docs.taceo.io
Apache License 2.0
61 stars 6 forks source link

Fix failed tests #46

Closed florin5f closed 3 months ago

florin5f commented 3 months ago

Plain:

ABY3: These are all the occurring errors:

Full list of errors:

dkales commented 3 months ago

@fnieddu most critical ones regarding compiler:

0xThemis commented 3 months ago

critical ones working in plain VM

0xThemis commented 3 months ago

eddsa_mimc verifier does not have valid test cases. The snarkjs witness extension and our solution throws:

assert Error in template EdDSAMiMCVerifier_27 line: 53

dkales commented 3 months ago

After #51, all test above pass now except for ones depending on sqrt function.