Function hmac_sha512

pub fn hmac_sha512(key: &[u8], data: &[u8]) -> Result<[u8; 64], ErrorStack>
Expand description

Computes HMAC with SHA-512 digest.