Crate risc0_zkvm_host

Source
Expand description

§risc0-zkvm-host

Structs§

Exception
A standard exception type used for relaying underlying C++ exceptions.
MethodId
A MethodId represents a unique identifier associated with a particular ELF binary.
Prover
The prover generates a Receipt by executing a given method in a ZKVM.
Receipt
A record attesting to the correct execution of a ‘method’.

Constants§

DEFAULT_METHOD_ID_LIMIT
The default digest count when generating a MethodId.

Type Aliases§

Result
A Result specialized for Exception.