Versions in this module Expand all Collapse all v0 v0.1.3 Aug 2, 2022 v0.1.2 Aug 2, 2022 Changes in this version + func NewSignTransport(transport http.RoundTripper, opts ...signOption) http.RoundTripper + func NewVerifyMiddleware(opts ...verifyOption) func(http.Handler) http.Handler + func WithHeaders(hdr ...string) signOption + func WithHmacSha256(keyID string, secret []byte) signOrVerifyOption + func WithSignEcdsaP256Sha256(keyID string, pk *ecdsa.PrivateKey) signOption + func WithSignRsaPssSha512(keyID string, pk *rsa.PrivateKey) signOption + func WithVerifyEcdsaP256Sha256(keyID string, pk *ecdsa.PublicKey) verifyOption + func WithVerifyRsaPssSha512(keyID string, pk *rsa.PublicKey) verifyOption