Skip to main content

Module signature

Module signature 

Source
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-256 header.