Function sodoken::hash::blake2b::hash[][src]

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

blake2b hashing scheme