Files
powdr/ast/src
topanisto f32eb2e5be Plonky3 public inputs (#1465)
Implemented public inputs in plonky3-- public inputs are implemented as
selector witness columns in `precompute_trace` and constrained by
asserting `builder.assert_zero(local[selector_idx] * (public_value -
local[witness_col_idx])`. Implemented a pil test for public inputs, but
doesn't seem to work as witnesses are not filled in during
generate_trace_rows

---------

Co-authored-by: schaeff <thibaut@schaeff.fr>
Co-authored-by: Thibaut Schaeffer <schaeffer.thibaut@gmail.com>
Co-authored-by: Georg Wiese <georgwiese@gmail.com>
2024-06-27 17:12:20 +00:00
..
2024-06-27 17:12:20 +00:00
2024-05-31 14:47:05 +00:00