Versions in this module Expand all Collapse all v0 v0.1.0 Jul 27, 2026 Changes in this version + type Key struct + ID string + Signer Signer + type Signer interface + Close func() error + PubKey func() []byte + Scheme func() config.Algorithm + Sign func(ctx context.Context, payload []byte) ([]byte, error)