fill

Function fill 

pub fn fill(dest: &mut [u8]) -> Result<(), Unspecified>
Available on crate feature crypto only.
Expand description

Fills dest with random bytes.

ยงErrors

error::Unspecified if unable to fill dest.