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 486322e commit 661dfd3
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 @@ -21,7 +21,6 @@ func TestSignVerify(t *testing.T) {
}

func TestSignVerifyRecreatedKey(t *testing.T) {
//seed := [32]byte(sha256.Sum("this is my little key"))
seedStr := []byte("this is my little key")
seed := sha256.Sum256(seedStr)
priv, err := GenPrivKeyFromSeed(seed)
Expand Down

0 comments on commit 661dfd3

Please sign in to comment.