Package that will use PKI (RSA, Curve25519) to verify the signature on HTTP requests.
This was written to verify signed requests originating from Mastodon. The Signature
request header looks like: -
Signature: keyId="https://my-example.com/actor#main-key",headers="(request-target) host date digest",signature="..."
example taken from a blog post about creating a mastodon service