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

blake2b hashing scheme