Function hmac_sha512

Source
pub fn hmac_sha512<K: AsRef<[u8]>, D: AsRef<[u8]>>(key: K, data: D) -> Vec<u8> 
Available on crate feature sha2 only.
Expand description

Computes the HMAC using the SHA-512 algorithm.