Function hmac_sha1

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