pub fn derive_mac_key(secret: &SecretKey) -> SecretKey
Expand description
Derives a key for MAC calculation by expanding the given secret.
pub fn derive_mac_key(secret: &SecretKey) -> SecretKey
Derives a key for MAC calculation by expanding the given secret.