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

Fill a buffer with cryptographically secure randomness