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

Fill a buffer with cryptographically secure randomness