求助Zokrates相关问题,小白不懂,有没有大佬?
## 代码
我有以下代码,这个代码主要用来判断输入的a是否大于b,如果a大于b则输出1,否则输出0
```zok
def main(private field a, private field b) -> field {
return if a > b {
1
}...
win10上运行circom circuits/circuit.circom --r1cs命令时, 抛出错误:
```
>circom circuits/circuit.circom --r1cs --wasm --sym
undefined
ERROR at E:\区块链编码实现\circuits\circuit.circom:13,2-16,3 Sizes in assignment must be the same
(node:17260) UnhandledPromiseRejectionWa...