package bls import ( "crypto/rand" "github.com/filecoin-project/go-address" "testing" ) func Benchmark_blsSigner_Sign(b *testing.B) { signer := blsSigner{} b.ResetTimer() for i:=0;i