This commit is contained in:
Jeff Becker
2016-07-10 09:20:21 -04:00
parent 95c0f1d4f0
commit c56b2a4d9a

View File

@@ -46,7 +46,6 @@ func TestDSA(t *testing.T) {
} }
} }
func BenchmarkDSAGenerate(b *testing.B) { func BenchmarkDSAGenerate(b *testing.B) {
var sk DSAPrivateKey var sk DSAPrivateKey
for n := 0; n < b.N; n++ { for n := 0; n < b.N; n++ {