bn256AddByzantium implements a native elliptic curve point addition conforming to Byzantium consensus rules.
| 732 | // bn256AddByzantium implements a native elliptic curve point addition |
| 733 | // conforming to Byzantium consensus rules. |
| 734 | type bn256AddByzantium struct{} |
| 735 | |
| 736 | // RequiredGas returns the gas required to execute the pre-compiled contract. |
| 737 | func (c *bn256AddByzantium) RequiredGas(input []byte) uint64 { |
nothing calls this directly
no outgoing calls
no test coverage detected