Type Alias CompiledZkpProgram

Source
pub type CompiledZkpProgram = CompilationResult<Operation>;
Expand description

A ZKP program that has been through frontend compilation, but not yet JIT’d.

Aliased Type§

pub struct CompiledZkpProgram(pub StableGraph<NodeInfo<Operation>, EdgeInfo>);

Tuple Fields§

§0: StableGraph<NodeInfo<Operation>, EdgeInfo>