pub fn read_vec() -> Vec<u8>
Read a buffer from the input stream.
let data: Vec<u8> = sp1_zkvm::io::read_vec();