Module config

Module config 

Source

Structs§

AggregationConfig
AggregationTreeConfig
AppConfig
AppFriParams
Halo2Config
LeafFriParams
SdkSystemConfig
SdkVmBuilder
SdkVmConfig
The recommended way to construct SdkVmConfig is using SdkVmConfig::from_toml.
SdkVmConfigBuilder
Use builder syntax to set the inputs and finish with build().
SdkVmConfigInner
Internal struct to use for the VmConfig derive macro. Can be obtained via SdkVmConfig::to_inner.
SdkVmCpuBuilder
SDK CPU VmBuilder
SdkVmGpuBuilder
UnitStruct
A struct that is used to represent a unit struct in the config, used for serialization and deserialization.

Enums§

SdkVmConfigInnerExecutor

Constants§

DEFAULT_APP_LOG_BLOWUP
DEFAULT_HALO2_VERIFIER_K
DEFAULT_INTERNAL_LOG_BLOWUP
DEFAULT_LEAF_LOG_BLOWUP
DEFAULT_MAX_INTERNAL_WRAPPER_LAYERS
DEFAULT_NUM_CHILDREN_INTERNAL
DEFAULT_NUM_CHILDREN_LEAF
DEFAULT_ROOT_LOG_BLOWUP
SBOX_SIZE

Traits§

TranspilerConfig

Type Aliases§

SdkVmConfigExecutor