mirror of
https://github.com/arnaucube/go-circom-prover-verifier.git
synced 2026-02-07 11:26:44 +01:00
Add proof parsers to string (decimal & hex)
Also adds ProofToSmartContractFormat, which returns a ProofString as the proof.B elements swap is not a valid point for the bn256.G2 format. Also unexports internal structs and methods of the prover package. Also apply golint.
This commit is contained in:
@@ -16,8 +16,8 @@ import (
|
||||
func TestCircuitsGenerateProof(t *testing.T) {
|
||||
testCircuitGenerateProof(t, "circuit1k") // 1000 constraints
|
||||
testCircuitGenerateProof(t, "circuit5k") // 5000 constraints
|
||||
//testCircuitGenerateProof(t, "circuit10k") // 10000 constraints
|
||||
//testCircuitGenerateProof(t, "circuit20k") // 20000 constraints
|
||||
//testCircuitGenerateProof(t, "circuit10k") // 10000 constraints
|
||||
//testCircuitGenerateProof(t, "circuit20k") // 20000 constraints
|
||||
}
|
||||
|
||||
func testCircuitGenerateProof(t *testing.T, circuit string) {
|
||||
|
||||
Reference in New Issue
Block a user