mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-10 22:08:44 -05:00
This PR does a few things: - unify `Input/DataIdentifier` into a single `Input` query that takes (channel,idx) and returns a field element - Output query takes (channel, fe) - change the related prover functions to reflect this This interface is used by, but not the same, as the input/output for the riscv machine. How to use these to input/output bytes or serialized data is a job of the runtime implementation.