mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-04-09 05:03:08 +00:00
* Memory naming tweaks - Define the channel count and value limbs in a single place, so they're easy to adjust. - Standardize on "channels" which I think is more explicit, since e.g. `num_mem_ops` used to mean either the channel count or total operation count in a trace. * feedback * tweaks * fmt