0xPARC / zkrepl

An online playground for zero knowledge circuits
https://zkrepl.dev/
GNU General Public License v3.0
143 stars 23 forks source link

Infinitely hangs with mixed imports #16

Closed Divide-By-0 closed 10 months ago

Divide-By-0 commented 10 months ago

On the currently deployed zkrepl.dev,

include "circomlib/poseidon.circom";
include "circomlib/circuits/poseidon.circom";

hangs forever. Resolved in https://github.com/0xPARC/zkrepl/pull/15