pub type MainRow<T> = [T; 379];
Expand description
A single row of a MasterMainTable
.
Usually, the elements in the table are BFieldElement
s. For out-of-domain rows, which is
relevant for “Domain Extension to Eliminate Pretenders” (DEEP), the elements are
XFieldElement
s.