Skip to main content

hmac_sha256

Function hmac_sha256 

Source
pub fn hmac_sha256(key: &[u8], content: &[u8]) -> Vec<u8> 
Expand description

HMAC with SHA256 hash.