pub const PADDED_FP_LENGTH: usize = 64;
Expand description
PADDED_FP_LENGTH specifies the number of bytes that the EVM will use to represent an Fp element according to EIP-2537.
Note: We only need FP_LENGTH number of bytes to represent it, but we pad the byte representation to be 32 byte aligned as specified in EIP 2537.