Constant ADD_INPUT_LEN
pub const ADD_INPUT_LEN: usize = _; // 128usize
Available on crate feature
evm
only.Expand description
Input length for the add operation.
ADD
takes two uncompressed G1 points (64 bytes each).
pub const ADD_INPUT_LEN: usize = _; // 128usize
evm
only.Input length for the add operation.
ADD
takes two uncompressed G1 points (64 bytes each).