4 Commits

Author SHA1 Message Date
arnaucube
bd01a89971 Fix c tester witness file read
c tester (c/tester.js) was using a method to read the witness file
called 'readBinaryFile' that was obtaining a wrong number of witness
elements, and as consequence was returning a wrong array of witness.

Changed that method to 'readBinWitnessFile', which makes use of
wtnsUtils method from snarkjs to read the witness binary file, so now
the c tester returns the correct witness.
2021-11-04 14:55:42 +01:00
Jordi Baylina
020cb4d510 Add optimization options 2021-10-15 19:31:55 +02:00
alrubio
06ea743c3e minor changes 2021-10-08 08:42:21 +02:00
alrubio
2740ff9c05 tester for c added 2021-10-07 22:41:21 +02:00