pub const PAIRING_INPUT_LENGTH: usize = _; // 384usize
Expand description
PAIRING_INPUT_LENGTH specifies the number of bytes that each Pairing input pair should have.
Note: An Pairing input-pair is a G2 element and a G1 element. The input to the Pairing will have n
of these pairs.