Expand description
A minimal univariate STARK framework.
Structs§
- Commitments
- Debug
Constraint Builder - An
AirBuilder
which asserts that each constraint is zero, allowing any failed constraints to be detected early. - Opened
Values - Proof
- Prover
Constraint Folder - Stark
Config - Symbolic
AirBuilder - An
AirBuilder
for evaluating constraints symbolically, and recording them for later use. - Symbolic
Variable - A variable within the evaluation window, i.e. a column in either the local or next row.
- Verifier
Constraint Folder - Zerofier
OnCoset - Precomputations of the evaluation of
Z_H(X) = X^n - 1
on a cosets K
withH <= K
.
Enums§
- Entry
- Symbolic
Expression - An expression over
SymbolicVariable
s. - Verification
Error