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

blake2b hashing scheme