Expand description
A minimal univariate STARK framework.
Structs§
- Commitments
- Debug
Constraint Builder - A builder that runs constraint assertions during testing.
- 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
Enums§
- Entry
- Symbolic
Expression - An expression over
SymbolicVariable
s. - Verification
Error