remove unwanted change

This commit is contained in:
Jared Wasinger 2024-09-18 21:49:19 +07:00
parent 9ce10ff61a
commit 9e20fc2ae7

View file

@ -328,10 +328,6 @@ func BenchmarkPrecompiledBLS12381Pairing(b *testing.B) { benchJson("blsPairin
func BenchmarkPrecompiledBLS12381MapG1(b *testing.B) { benchJson("blsMapG1", "f11", b) }
func BenchmarkPrecompiledBLS12381MapG2(b *testing.B) { benchJson("blsMapG2", "f12", b) }
func BenchmarkPrecompiledBLS12381MultiExpG1Jwasinger(b *testing.B) {
benchJson("blsG1MultiExpJwasinger", "f0c", b)
}
// Failure tests
func TestPrecompiledBLS12381G1AddFail(t *testing.T) { testJsonFail("blsG1Add", "f0a", t) }
func TestPrecompiledBLS12381G1MulFail(t *testing.T) { testJsonFail("blsG1Mul", "f0b", t) }