Constant FP_LENGTH
pub const FP_LENGTH: usize = 48; // 48usize
Expand description
FP_LENGTH specifies the number of bytes needed to represent an Fp element. This is an element in the base field of BLS12-381.
Note: The base field is used to define G1 and G2 elements.