mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
This should improve cache locality - since we generally access several values at a time in a given row, we want themt to be close together in memory. There are a few steps that make more sense column-wise, though, such as generating the `COUNTER` column. I put those after the transpose.