Module risc0_zkvm::guest::env

source ·
Expand description

Functions for interacting with the host environment.

Structs

Reads and deserializes objects from a section of memory.

Functions

Commit public data to the journal.
Returns the number of processor cycles that have occured since the guest began.
Print a message to the debug console.
Read private data from the host.
Exchanges data with the host, returning the data from the host as a slice of bytes.
Exchanges data with the host, returning the data from the host as a slice of words and the length in bytes.
Write private data to the host.