Function risc0_zkvm::guest::env::commit_slice

source ·
pub fn commit_slice<T: Pod>(slice: &[T])
Expand description

Commit the given slice to the journal.

Data in the journal is included in the receipt and is available to the verifier. It is considered “public” data.