Expand description
A minimal univariate STARK framework.
Structs§
- An
AirBuilder
which asserts that each constraint is zero, allowing any failed constraints to be detected early. - An
AirBuilder
for evaluating constraints symbolically, and recording them for later use. - A variable within the evaluation window, i.e. a column in either the local or next row.
- Precomputations of the evaluation of
Z_H(X) = X^n - 1
on a cosets K
withH <= K
.
Enums§
- An expression over
SymbolicVariable
s.