Module lookups

Module lookups 

Source

Modulesยง

wasm

Structsยง

JointLookup
A spec for checking that the given vector belongs to a vector-valued lookup table.
LocalPosition
A position in the circuit relative to a given row.
LookupFeatures
LookupInfo
Describes the desired lookup configuration.
LookupPatternIter
An iterator over the variants of LookupPattern
LookupPatterns
Flags for each of the hard-coded lookup patterns.
SingleLookup
Look up a single value in a lookup table. The value may be computed as a linear combination of locally-accessible cells.

Enumsยง

LookupPattern
LookupTableID
The table ID associated with a particular lookup

Constantsยง

_DERIVE_ocaml_FromValue_from_value_lifetime_FOR_LookupFeatures ๐Ÿ”’
_DERIVE_ocaml_FromValue_from_value_lifetime_FOR_LookupPattern ๐Ÿ”’
_DERIVE_ocaml_FromValue_from_value_lifetime_FOR_LookupPatterns ๐Ÿ”’
_DERIVE_ocaml_IntoValue_FOR_LookupFeatures ๐Ÿ”’
_DERIVE_ocaml_IntoValue_FOR_LookupPattern ๐Ÿ”’
_DERIVE_ocaml_IntoValue_FOR_LookupPatterns ๐Ÿ”’

Functionsยง

max_lookups_per_row ๐Ÿ”’

Type Aliasesยง

Evaluations ๐Ÿ”’
JointLookupSpec
A spec for checking that the given vector belongs to a vector-valued lookup table, where the components of the vector are computed from a linear combination of locally-accessible cells.
JointLookupValue
A concrete value or representation of a lookup.