lightning_circuit icon indicating copy to clipboard operation
lightning_circuit copied to clipboard

Results 3 lightning_circuit issues
Sort by recently updated
recently updated
newest added

when I execute ./get-libsnark first I cannot find the **prepare-depends.sh** then there is no rule to **make clean**, **make lib**

I'm making some progress updating this but seems stuck in dependency hell

`./get-libsnark` runs without issues but then: ``` → make g++ -o test.o src/test.cpp -c -g -Wall -Wextra -Wno-unused-parameter -std=c++11 -fPIC -Wno-unused-variable -I depinst/include -I depinst/include/libsnark -DUSE_ASM -DCURVE_ALT_BN128 g++ -o test...