Function rustls::rand::fill_random
source ยท pub(crate) fn fill_random(bytes: &mut [u8]) -> Result<(), GetRandomFailed>
Expand description
Fill the whole slice with random material.
pub(crate) fn fill_random(bytes: &mut [u8]) -> Result<(), GetRandomFailed>
Fill the whole slice with random material.