mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
remove unwanted change
This commit is contained in:
parent
9ce10ff61a
commit
9e20fc2ae7
1 changed files with 0 additions and 4 deletions
|
|
@ -328,10 +328,6 @@ func BenchmarkPrecompiledBLS12381Pairing(b *testing.B) { benchJson("blsPairin
|
||||||
func BenchmarkPrecompiledBLS12381MapG1(b *testing.B) { benchJson("blsMapG1", "f11", b) }
|
func BenchmarkPrecompiledBLS12381MapG1(b *testing.B) { benchJson("blsMapG1", "f11", b) }
|
||||||
func BenchmarkPrecompiledBLS12381MapG2(b *testing.B) { benchJson("blsMapG2", "f12", b) }
|
func BenchmarkPrecompiledBLS12381MapG2(b *testing.B) { benchJson("blsMapG2", "f12", b) }
|
||||||
|
|
||||||
func BenchmarkPrecompiledBLS12381MultiExpG1Jwasinger(b *testing.B) {
|
|
||||||
benchJson("blsG1MultiExpJwasinger", "f0c", b)
|
|
||||||
}
|
|
||||||
|
|
||||||
// Failure tests
|
// Failure tests
|
||||||
func TestPrecompiledBLS12381G1AddFail(t *testing.T) { testJsonFail("blsG1Add", "f0a", t) }
|
func TestPrecompiledBLS12381G1AddFail(t *testing.T) { testJsonFail("blsG1Add", "f0a", t) }
|
||||||
func TestPrecompiledBLS12381G1MulFail(t *testing.T) { testJsonFail("blsG1Mul", "f0b", t) }
|
func TestPrecompiledBLS12381G1MulFail(t *testing.T) { testJsonFail("blsG1Mul", "f0b", t) }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue