Constant FP_PAD_BY

pub const FP_PAD_BY: usize = 16; // 16usize
Expand description

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.