Constant G1_MSM_INPUT_LENGTH

Source
pub const G1_MSM_INPUT_LENGTH: usize = _; // 160usize
Expand description

G1_MSM_INPUT_LENGTH specifies the number of bytes that each MSM input pair should have.

Note: An MSM pair is a G1 element and a scalar. The input to the MSM precompile will have n of these pairs.