pub fn rotate_and_xor<F, U>(
log_size: usize,
builder: &mut ConstraintSystemBuilder<'_, U, F>,
r: &[(OracleId, usize, RotateRightType)],
) -> Result<OracleId, Error>
pub fn rotate_and_xor<F, U>(
log_size: usize,
builder: &mut ConstraintSystemBuilder<'_, U, F>,
r: &[(OracleId, usize, RotateRightType)],
) -> Result<OracleId, Error>