Expand description
JSON-LD document signing.
Structs§
- Proof
- A Linked Data proof.
- Signed
Json Ld - 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.