>原文: https\://www\.zksecurity.xyz/blog/posts/znarks/
>作者:Mathias Hall-Andersen
>译者:Kurt Pan
SNARK 总是要用于有限域上的计算吗?并不是。
今天,我们将探讨我们最近的预印本《Fully-Succinct Arguments over the Integers from First Principles...
1、基础环境:
centos7.5
docker 1.13.4
docker-compose 1.26.1
GOPATH 环境变量配置正确
2、问题:
在安装hyperledger fabric 2.0 时,遇到问题如下:
```
[centos@ip-172-31-37-61 fabric]$ make all
make: go: Command not found
make: go: Command not found
ma...