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

Struct sha256hash

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

SHA256 implemented as a native contract.

Source from the content-addressed store, hash-verified

428
429// SHA256 implemented as a native contract.
430type sha256hash struct{}
431
432// RequiredGas returns the gas required to execute the pre-compiled contract.
433//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected