Expand description
Webhook signature verification using HMAC SHA-256.
Translates the Python signature.py module to Rust.
Verifies GitHub webhook payloads against the X-Hub-Signature-256 header.
Functionsยง
- verify_
webhook_ signature - Verify a GitHub webhook payload against the
X-Hub-Signature-256header.