binius_circuits::sha256

Function rotate_and_xor

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