0xMiden / 0xMiden/miden-vm

Repack precompiles-prover lookup columns after #3412

Abierto
#3,417 0 comentarios 0 reacciones 0 asignados Ver en GitHub
air precompiles prover
Lenguaje dominante
Rust
Estrellas
772
Forks
352
Merge medio
1 d 12 h
PR fusionados (30 d)
93

Descripción

PR #3293 currently treats the first auxiliary trace column specially because its LogUp running-sum constraint has an additional degree cost.

PR #3412 removes that extra cost by using a normalized cyclic recurrence. As a result, the first auxiliary column can use the same degree capacity as the other lookup columns.

Update all lookup layouts in `miden-precompiles-prover` to use this additional capacity. Repack compatible lookup fractions into the first column and reduce auxiliary trace width where possible, without increasing the quotient degree.

### Acceptance criteria

- Audit and repack all precompiles-prover lookup layouts.
- Update column counts, shapes, offsets, comments, and tests.
- Keep existing lookup semantics and quotient degrees unchanged.
- Document any reductions in auxiliary trace width.

Depends on #3412 and applies to the prover introduced in #3293.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.