Remove init on bls test

pull/326/head
Rongjian Lan 6 years ago
parent dd214dbd88
commit 3ebcccc132
  1. 1
      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 {

Loading…
Cancel
Save