Function stedy::hmac_sha512

source ยท
pub fn hmac_sha512(key: &[u8], message: &[u8]) -> Result<HmacSha512, Error>