Module folding::standard_config
source · Expand description
This module offers a standard implementation of FoldingConfig supporting many use cases
Structs
- Default type for when you don’t need structure
- A generic Index based environment
- A standard folding config that supports:
G
: any curveCol
: any column implementing FoldingColumnTraitChall
: any challengeSel
: any dynamic selectorStr
: structures that can be indexed byCol
, thus implementingIndex<Col>
I
: instances (implementing Instance) that can be indexed byChall
W
: witnesses (implementing Witness) that can be indexed byCol
andSel