Constants§
- KECCAK_
EMPTY - The Keccak-256 hash of the empty string
"".
Functions§
- calc_
blob_ gasprice - Calculates the blob gas price from the header’s excess blob gas field.
- calc_
excess_ blob_ gas - Calculates the
excess_blob_gasfrom the parent header’sblob_gas_usedandexcess_blob_gas. - fake_
exponential - Approximates
factor * e ** (numerator / denominator)using Taylor expansion. - keccak256
- Simple interface to the
Keccak-256hash function.