Function rotate_and_xor

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