Versions in this module Expand all Collapse all v1 v1.4.0 Aug 29, 2026 v1.3.0 Aug 6, 2026 v1.2.0 Aug 4, 2026 Changes in this version + var ErrInvalidSignature = errors.New("release signature does not match any trusted key") + var PublicKeys = []ed25519.PublicKey + func Sign(data []byte, priv ed25519.PrivateKey) []byte + func Verify(data, sig []byte) error