bn256ScalarMulByzantium implements a native elliptic curve scalar multiplication conforming to Byzantium consensus rules.
| 778 | // bn256ScalarMulByzantium implements a native elliptic curve scalar |
| 779 | // multiplication conforming to Byzantium consensus rules. |
| 780 | type bn256ScalarMulByzantium struct{} |
| 781 | |
| 782 | // RequiredGas returns the gas required to execute the pre-compiled contract. |
| 783 | func (c *bn256ScalarMulByzantium) RequiredGas(input []byte) uint64 { |
nothing calls this directly
no outgoing calls
no test coverage detected