Skip to main content

Module precompiles

Module precompiles 

Source
Expand description

Precompiles support.

Structs§

LegacyPrecompiles
Precompiles implementation using legacy VM code.
PrecompileMemoryReader
Provides access to the input memory for a precompile call.
PrecompileOutput
Output of a precompile call returned from Precompiles::call_precompile().

Constants§

ECRECOVER_INNER_FUNCTION_PRECOMPILE_ADDRESS
KECCAK256_ROUND_FUNCTION_PRECOMPILE_ADDRESS
SECP256R1_VERIFY_PRECOMPILE_ADDRESS
SHA256_ROUND_FUNCTION_PRECOMPILE_ADDRESS

Traits§

Precompiles
Encapsulates precompiles used during VM execution.