pub const USABLE_BYTES_PER_BLOB: usize = _; // 130_048usize
Expand description
The number of usable bytes in a single data blob. This is the number of
bytes you can encode in a blob without any field element being >=
BLS_MODULUS
.
pub const USABLE_BYTES_PER_BLOB: usize = _; // 130_048usize
The number of usable bytes in a single data blob. This is the number of
bytes you can encode in a blob without any field element being >=
BLS_MODULUS
.