MCPcopy
hub / github.com/ethereum/EIPs / bn256AddByzantium

Struct bn256AddByzantium

assets/eip-7885/op-geth/nocgo/core/vm/contracts.go:734–734  ·  view source on GitHub ↗

bn256AddByzantium implements a native elliptic curve point addition conforming to Byzantium consensus rules.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected