Constant FP2_LENGTH
pub const FP2_LENGTH: usize = _; // 96usize
Available on crate feature
evm
only.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.