David Ernst
Results
31
issues of
David Ernst
Why does compiling a .circom file with a WitnessTester update that file's LastModifiedAt timestamp?
4
## Setup If I have `MyCircuit.circom`, and then a unit test that includes: ```js const circuit = await circomkit.WitnessTester('MyCircuit', { file: './MyCircuit.circom', template: 'MyCircuit', }) ``` every time this unit...