mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04: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.