pub async fn hash<H, M>(
    hash: H,
    message: M
) -> impl Future<Output = Result<(), OneErr>>where
    H: Into<BufWrite> + 'static + Send,
    M: Into<BufRead> + 'static + Send,
Expand description

blake2b hashing scheme