Expand description
Utilities for working with EIP-4844 field elements and implementing
SidecarCoder
.
Structs§
- WholeFe
- A wrapper for a slice of bytes that is a whole, valid field element.
Functions§
- fits_
in_ fe - Determine whether a slice of bytes can be contained in a field element.
- minimum_
fe - Calculate the number of field elements required to store the given data.
- minimum_
fe_ for_ bytes - Calculate the number of field elements required to store the given number of bytes.