Skip to content

Commit

Permalink
test 761
Browse files Browse the repository at this point in the history
  • Loading branch information
grrThea committed Oct 23, 2023
1 parent dfe4d84 commit 789dfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index-proof/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func main() {
RlpString: witnessInput,
}

witness, _ := frontend.NewWitness(&assignment, ecc.BN254.ScalarField())
witness, _ := frontend.NewWitness(&assignment, ecc.bw6761.ScalarField())

Check failure on line 70 in index-proof/main.go

View workflow job for this annotation

GitHub Actions / staticcheck

undefined: ecc.bw6761 (typecheck)
publicWitness, _ := witness.Public()

// groth16: Prove & Verify
Expand Down

0 comments on commit 789dfc8

Please sign in to comment.