Skip to main content

Module dsse

Module dsse 

Source
Expand description

DSSE (Dead Simple Signing Envelope) over in-toto v1 Statement.

Spec §6.3: signature envelope format for .muragent.

Structs§

DsseEnvelope
DsseSignature

Functions§

pae
DSSE PAE: "DSSEv1 " || len(payloadType) || " " || payloadType || " " || len(payload) || " " || payload
sign
Sign a payload with the agent’s Ed25519 identity, returning a DSSE envelope.
verify
Verify a DSSE envelope’s first signature. Uses verify_strict (rejects non-canonical encodings and small-order points).