Constant FP2_LENGTH

Source
pub const FP2_LENGTH: usize = _; // 96usize
Expand description

FP2_LENGTH specifies the number of bytes needed to represent a Fp^2 element.

Note: This is the quadratic extension of Fp, and by definition means we need 2 Fp elements.