Skip to main content

hmac_sha256

Function hmac_sha256 

Source
fn hmac_sha256(key: &[u8], msg: &[u8]) -> Tag
Expand description

HMAC-SHA256 over msg with key.