Function hmac_sha256

Source
fn hmac_sha256(secret: &str, payload: &[u8]) -> Box<[u8]>