Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKiwi committed May 28, 2021
1 parent f0f17b1 commit e36c979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/bls/blst/bls_benchmark_test.go
Expand Up @@ -41,7 +41,7 @@ func BenchmarkSignature_AggregateVerify(b *testing.B) {
sigs = append(sigs, sig)
msgs = append(msgs, msg)
}
aggregated := blst.Aggregate(sigs)
aggregated := blst.AggregateSignatures(sigs)

b.ResetTimer()
b.ReportAllocs()
Expand Down

0 comments on commit e36c979

Please sign in to comment.