Remove the Witness Table #136
Labels
D-easy
Difficulty: easy
P-low
Priority: low
T-design
Type: discuss API design and/or research
T-refactor
Type: cleanup/refactor
T-test
Type: test improvements
The
WitnessTable
defined inplonk-core/src/lookup/witness_table.rs
is only used during testing but not used in the public API anywhere. We should consider removing it and replacing the tests with the relevant alternatives using the other lookup primitives.The text was updated successfully, but these errors were encountered: