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

Struct ripemd160hash

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

RIPEMD160 implemented as a native contract.

Source from the content-addressed store, hash-verified

447
448// RIPEMD160 implemented as a native contract.
449type ripemd160hash struct{}
450
451// RequiredGas returns the gas required to execute the pre-compiled contract.
452//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected