hmac_sha384

Function hmac_sha384 

Source
pub fn hmac_sha384(key: &[u8], text: &[u8]) -> [u8; 48]
Expand description

Compute HMAC-SHA384

§Arguments

  • key - The secret key (can be any length)
  • text - The message to authenticate

§Returns

A 48-byte HMAC-SHA384 value