binius_circuits::unconstrained

Function unconstrained

Source
pub fn unconstrained<U, F, FS>(
    builder: &mut ConstraintSystemBuilder<'_, U, F>,
    name: impl ToString,
    log_size: usize,
) -> Result<OracleId, Error>
where U: UnderlierType + Pod + PackScalar<F> + PackScalar<FS>, F: TowerField + ExtensionField<FS>, FS: TowerField,