pub fn commit_slice(buf: &[u8])
Commit bytes to the public values stream.
let data = vec![1, 2, 3, 4]; sp1_zkvm::io::commit_slice(&data);