Expand description
Private kernel execution prover — orchestrates the kernel circuit sequence.
Ports the TS PrivateKernelExecutionProver which processes transaction
requests through the kernel circuit sequence:
init → inner (looped) → reset (dynamic) → tail → hiding → ChonkProof
Structs§
- Kernel
Execution Config - Configuration for the kernel execution prover.
- Kernel
Proving Result - Result from the kernel proving sequence.
- Private
Call Execution - Represents a private function call execution for kernel processing.
- Private
Kernel Execution Prover - Orchestrates private kernel proof generation.