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

blake2b hashing scheme