Versions in this module Expand all Collapse all v0 v0.3.12 Nov 5, 2025 v0.3.11 Nov 3, 2025 Changes in this version + type EcdsaKey struct + func NewEcdsaKey(key *ecdsa.PublicKey) (*EcdsaKey, error) + func (p *EcdsaKey) ID() string + func (p *EcdsaKey) Verify(data, signature []byte) error + type Key interface + ID func() string + Verify func(data, signature []byte) error + func ParseKey(data []byte) (Key, error)