Skip to main content

Module jsonld_signing

Module jsonld_signing 

Source
Expand description

JSON-LD document signing.

Structs§

Proof
A Linked Data proof.
SignedJsonLd
A signed JSON-LD document.

Functions§

canonicalize
Canonicalize a JSON-LD document for signing (URDNA2015 simplified). Produces a deterministic byte representation.
sign_document
Create a signed JSON-LD document.
verify_canonical
Verify a signed document by recomputing the canonical form.