pub type ExecutableZkpProgram = CompilationResult<Operation>;
Expand description
A ZKP program that has been JIT’d and is ready for use in a ZKP backend.
Aliased Type§
pub struct ExecutableZkpProgram(pub StableGraph<NodeInfo<Operation>, EdgeInfo>);
Tuple Fields§
§0: StableGraph<NodeInfo<Operation>, EdgeInfo>