zisk-os
zisk-os is the guest-side Rust crate for writing ZisK programs. It provides the entry point macro, I/O primitives for reading inputs and committing outputs, and profiling utilities.
Reference
Entrypoint
The entrypoint! macro that every ZisK guest program must define. Wires up the guest runtime and I/O.
Read more →Reference
IO
Guest-side I/O primitives for reading inputs and committing public values.
Read more →Reference
Profiling
Cost profiling primitives for measuring the proving cost of guest code sections.
Read more →