Function aws_lc_rs::rand::fill

source ·
pub fn fill(dest: &mut [u8]) -> Result<(), Unspecified>
Expand description

Fills dest with random bytes.

Errors

error::Unspecified if unable to fill dest.