triplewz

Results 7 comments of triplewz

> when I execute ./get-libsnark > first I cannot find the **prepare-depends.sh** > then there is no rule to **make clean**, **make lib** You can refer to this project, https://github.com/lightning-li/zkSNARK-toy.

I have installed OPENSSL, and set system environment variable. ![微信截图_20210114144229](https://user-images.githubusercontent.com/26701280/104554475-3548ea00-5677-11eb-8273-28b2ba7e3ee3.png) But it did't work. ``` error: failed to run custom build command for `openssl-sys v0.9.60` Caused by: process didn't exit...

I reinstalled OPENSSL, and built it successfully. Thanks!

I use the following code, and it works fine. ``` var commands = []*cli.Command{ // pointer { Name: "compile", Aliases: []string{}, Usage: "compile a circuit", Action: CompileCircuit, }, { Name:...

Ok, I used version 2 of the urfave/cli, maybe this is the reason.

The tests failed with arm64 arch.

So what's wrong with it? Thanks.