pub fn verify_github_sig(body: &[u8], sig_header: &str, secret: &str) -> bool
Verify a GitHub-style sha256=<hex> HMAC-SHA256 signature. Returns false for any malformed input rather than erroring.
sha256=<hex>
false