Module Octez_riscv_nds_memory.Prove

Prove mode: registry, database, and proof lifecycle.

Note: Currently a stub (TZX-113). All operations will raise a runtime error if called.

val start_proof : Normal.Registry.t -> Registry.t

start_proof registry begins a proving session by transitioning registry into prove mode. Subsequent operations on the returned registry are recorded for the proof.

val produce_proof : Registry.t -> Proof.t

produce_proof registry ends the proving session and returns a proof attesting to the operations performed since start_proof.