pub const FP_PAD_BY: usize = 16;
FP_PAD_BY specifies the number of bytes that an FP_ELEMENT is padded by to make it 32 byte aligned.
Note: This should be equal to PADDED_FP_LENGTH - FP_LENGTH.