arnaucube / go-snark-study

zkSNARK library implementation in Go from scratch (compiler, setup, prover, verifier)
GNU General Public License v3.0
255 stars 57 forks source link

move witness calculation outside the setup phase #4

Open arnaucube opened 5 years ago

hunjixin commented 4 years ago

no usingful witnessLength argument in GenerateTrustedSetup, is this ok?