Skip to content

Commit

Permalink
Merge pull request algorand#3960 from Algo-devops-service/relstable3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
algojohnlee authored May 9, 2022
2 parents 3b78c0c + 4839194 commit 3618b05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions secp256k1/secp256_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ func compactSigCheck(t *testing.T, sig []byte) {
}

func TestSignatureValidity(t *testing.T) {
partitiontest.PartitionTest(t)

pubkey, seckey := generateKeyPair()
msg := csprngEntropy(32)
sig, err := Sign(msg, seckey)
Expand Down

0 comments on commit 3618b05

Please sign in to comment.