Expand description
EVM loader
Loader
implementation for generating yul code as EVM verifier.
Structs§
- Elliptic curve point.
Loader
implementation for generating yul code as EVM verifier.- Field element.
Functions§
- Compile given Solidity
code
into deployment bytecode. - Deploy contract and then call with calldata. Returns gas_used of call to deployed contract if both transactions are successful.
- Encode instances and proof into calldata.
- Estimate gas cost with given
Cost
. - Convert a
PrimeField
into aU256
. Assuming fields that implement traits in crateff
always have little-endian representation. - Returns modulus of
PrimeField
asU256
. - Convert a
U256
into aPrimeField
.