From 3ebcccc132de4bb31ed03920b701f4ea087caaa9 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Fri, 25 Jan 2019 12:20:41 -0800 Subject: [PATCH] Remove init on bls test --- test/crypto/bls/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/crypto/bls/main.go b/test/crypto/bls/main.go index bdd7181a2..372e2f858 100644 --- a/test/crypto/bls/main.go +++ b/test/crypto/bls/main.go @@ -13,7 +13,6 @@ func main() { startTime := time.Now() for i := 0; i < 1000; i++ { - bls.Init(bls.BLS12_381) var sec bls.SecretKey sec.SetByCSPRNG() if i == 0 {