Skip to content

Commit

Permalink
Update curves/bls12381/signature_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-mena authored Jul 17, 2024
1 parent 661dfd3 commit 950e2b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion curves/bls12381/signature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func TestSignVerifyRecreatedKey(t *testing.T) {
priv2, err := GenPrivKeyFromSeed(seed)
require.NoError(t, err)
pub2 := priv2.PublicKey()

assert.Equal(t, true, sig.Verify(pub2, msg), "Signature did not verify")
}

Expand Down

0 comments on commit 950e2b0

Please sign in to comment.