pub async fn bytes_buf<B>(buf: B) -> Result<(), OneErr>where
    B: Into<BufWrite> + 'static + Send,
Expand description

Fill a buffer with cryptographically secure randomness