blob: cb91575fe30ef25476ff31cf77fe7ecc5fa28f8b [file]
pub fn fill_bytes(bytes: &mut [u8]) {
unsafe {
wasip1::random_get(bytes.as_mut_ptr(), bytes.len()).expect("failed to generate random data")
}
}