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

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

blake2b hashing scheme