zkevm-circuits
zkevm-circuits copied to clipboard
Unify tables.rs table methods into `LookupTable` trait fns.
Almost all of the lookup tables defined in tables.rs actually have the methods construct, assignments, load...
I think we could integrate all these inside of the LookupTable trait. Specially after the first refactor of this trait. Which was done in #1137
The word lo/hi refactor touches most of the Tables tables.rs. I suggest we block this issue until https://github.com/privacy-scaling-explorations/zkevm-circuits/issues/1221 is completed.