blob: 386b3704a91ea2a88456149c3b23354986f5659c [file] [log] [blame] [edit]
pub fn fill_bytes(bytes: &mut [u8]) {
moto_rt::fill_random_bytes(bytes)
}