Skip to content

Commit

Permalink
Update commitments_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Feb 7, 2025
1 parent 9c3aee0 commit b1c6b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/commitments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ func (c *commitUniquenessCircuit) Define(api frontend.API) error {
return nil
}

func TestCommitUniquenessZerosScs(t *testing.T) { // TODO @Tabaie Randomize Groth16 commitments for real

// TODO @Tabaie Randomize Groth16 commitments for real
func TestCommitUniquenessZerosSCS(t *testing.T) {
w, err := frontend.NewWitness(&commitUniquenessCircuit{[]frontend.Variable{0, 0}}, ecc.BN254.ScalarField())
assert.NoError(t, err)

Expand Down

0 comments on commit b1c6b82

Please sign in to comment.