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

Fill a buffer with cryptographically secure randomness