Skip to main content

hmac_sha256

Function hmac_sha256 

Source
pub fn hmac_sha256(key: &[u8], data: &[u8]) -> [u8; 32]
Expand description

HMAC-SHA256 of data under key.