[][src]Function secret_keeper::rand::fill_buf

pub fn fill_buf(buf: &mut [u8]) -> Result<(), Error>

Fill the buffer with random bytes Currently implemented using getrandom crate, which uses native OS/platform implementations.