PADDED_G2_LENGTH

Constant PADDED_G2_LENGTH 

pub const PADDED_G2_LENGTH: usize = _; // 256usize
Available on crate feature evm only.
Expand description

PADDED_G2_LENGTH specifies the number of bytes that the EVM will use to represent a G2 element.

Note: A G2 element can be represented using 2 Fp^2 elements.