hmac_sha256

Function hmac_sha256 

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

Compute HMAC-SHA256 of data with the given key.