Module identity
reth_
revm
1.3.2
Module identity
Module Items
Constants
Functions
In reth_
revm::
precompile
Modules
blake2
bls12_381
bls12_381_const
bls12_381_utils
bn128
hash
identity
interface
kzg_point_evaluation
modexp
secp256k1
secp256r1
utilities
Structs
PrecompileOutput
PrecompileWithAddress
Precompiles
Enums
PrecompileError
PrecompileSpecId
Functions
calc_linear_cost_u32
u64_to_address
Type Aliases
PrecompileFn
PrecompileResult
reth_revm
::
precompile
Module
identity
Copy item path
Settings
Help
Summary
Constants
§
FUN
IDENTITY_
BASE
The base cost of the operation
IDENTITY_
PER_
WORD
The cost per word
Functions
§
identity_
run
Takes the input bytes, copies them, and returns it as the output.