Skip to content

Commit

Permalink
uncomment a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed May 23, 2023
1 parent 98152ba commit b6b90d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/bls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// TestBLSMainMethods is a sanity check of main signature scheme methods (keyGen, sign, verify)
func TestBLSMainMethods(t *testing.T) {
// test the key generation seed lengths
//testKeyGenSeed(t, BLSBLS12381, KeyGenSeedMinLen, KeyGenSeedMaxLen)
testKeyGenSeed(t, BLSBLS12381, KeyGenSeedMinLen, KeyGenSeedMaxLen)
// test the consistency with different inputs
hasher := NewExpandMsgXOFKMAC128("test tag")
testGenSignVerify(t, BLSBLS12381, hasher)
Expand Down

0 comments on commit b6b90d6

Please sign in to comment.