Documentation
¶
Overview ¶
Command loomseal verifies LoomSeal proof bundles offline. A bundle is a portable JSON document of hash-chained claims, evidence digests, external anchors, and a producer signature; the verifier checks all of it without contacting anyone.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cmd is the command layer of the loomseal verifier: argument dispatch, flags, and exit codes.
|
Package cmd is the command layer of the loomseal verifier: argument dispatch, flags, and exit codes. |
|
internal
|
|
|
bundle
Package bundle defines the LoomSeal bundle document, its strict parser, and the canonical-unsigned transform signatures are computed over.
|
Package bundle defines the LoomSeal bundle document, its strict parser, and the canonical-unsigned transform signatures are computed over. |
|
chain
Package chain verifies that a bundle's claims sit in an intact append-only chain under the declared profile.
|
Package chain verifies that a bundle's claims sit in an intact append-only chain under the declared profile. |
|
jcs
Package jcs implements RFC 8785 JSON canonicalization restricted to the LoomSeal number profile: numbers are integers with absolute value at most 2^53.
|
Package jcs implements RFC 8785 JSON canonicalization restricted to the LoomSeal number profile: numbers are integers with absolute value at most 2^53. |
|
jsonutil
Package jsonutil centralizes JSON output encoding for the CLI.
|
Package jsonutil centralizes JSON output encoding for the CLI. |
|
verify
Package verify runs the full LoomSeal verification procedure over one bundle and produces a report.
|
Package verify runs the full LoomSeal verification procedure over one bundle and produces a report. |
|
Package seal builds and signs LoomSeal bundles.
|
Package seal builds and signs LoomSeal bundles. |
Click to show internal directories.
Click to hide internal directories.