sp1_lib::io

Function hint_slice

Source
pub fn hint_slice(buf: &[u8])
Expand description

Hint bytes to the hint stream.

§Examples

let data = vec![1, 2, 3, 4];
sp1_zkvm::io::hint_slice(&data);