Versions in this module Expand all Collapse all v0 v0.3.1 Aug 2, 2026 v0.3.0 Aug 1, 2026 Changes in this version + const SignatureName + var RequiredComponents = []string + func Client(privateKey ed25519.PrivateKey, keyID string) *http.Client + func ParsePrivateKeyPEM(pemBytes []byte) (ed25519.PrivateKey, error) + func RequiredFields() lib.Fields + func SignRequest(req *http.Request, privateKey ed25519.PrivateKey, keyID string, nonce string) error + type Transport struct + Base http.RoundTripper + KeyID string + PrivateKey ed25519.PrivateKey + func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)