Jizhen Wei
Results
1
issues of
Jizhen Wei
I am at gnark/.../example, a main. go was created, such as the following code: package main import ( "github.com/consensys/gnark-crypto/ecc" "github.com/consensys/gnark/backend" "github.com/consensys/gnark/backend/groth16" "github.com/consensys/gnark/frontend" "github.com/consensys/gnark/frontend/cs/r1cs" ) // CubicCircuit defines a simple circuit...