Versions in this module Expand all Collapse all v0 v0.1.0 Aug 19, 2026 Changes in this version + func CanonicalizeJCS(doc []byte) ([]byte, error) + func CanonicalizeJCSExcluding(doc []byte, excludeField string) ([]byte, error) + func ParsePublicKeyResponse(body []byte) (any, error) + func ParseSignature(body []byte) ([]byte, error) + func VerifyDetached(content, signature []byte, key any) error + func VerifyDetachedArtifact(content, signaturePayload, publicKeyPayload []byte) error + func VerifyDetachedJWS(doc []byte, jws string, pub ed25519.PublicKey) error + func VerifyFileTuple(catalogID string, version int, url, digest string, validUntil time.Time, ...) error + func VerifyJSON(doc []byte, excludeField, sigValueB64 string, pub ed25519.PublicKey) error