Expand description
Lookup Arguments for STARKs
Modules§
- debug_
util - Debug helpers to inspect lookup witnesses.
- folder
- logup
- Core LogUp Implementation
- lookup_
traits
Structs§
- Lookup
- A structure that holds the lookup data necessary to generate lookup contexts. It is shared between the prover and the verifier.
- Lookup
Data - Data required for global lookup arguments in a multi-STARK proof.
Enums§
- Direction
- Indicates the direction of data flow in a global lookup.
- Kind
- Specifies whether a lookup is local to an AIR or part of a global interaction.
- Lookup
Error - Defines errors that can occur during lookup verification.
Traits§
- AirWith
Lookups - Extension of
Airthat adds lookup constraint evaluation. - Lookup
Air - Extension trait for AIRs that use lookups.
- Lookup
Evaluator - Trait for evaluating lookup constraints.
Type Aliases§
- Lookup
Input - A type alias for a lookup input tuple.