LAVOS-PUBKEY
Edition signing identity · Project Lavos LLC
Public artifacts
/pubkey.pem— current active signing public key (ed25519)/revoked.txt— revocation list/rotation-policy.md— written key rotation policy/editions-policy.md— edition numbering + lineage policy/keys-policy.md— full KEYS.md spec document/conformance.md— LAVS-001 conformance test suite documentation/tutorial.md— "Writing a LAVS-001 decoder in any language" — implementer walk-through/versioning.md— minor vs major version policy + reader/encoder contracts/crc-scope.md— clarification that CRC32 covers edition block only/property-namespaces.md— property ID namespace assignments + implementer-defined range/implementer-faq.md— operational FAQ for external implementers/licensing.md— three-layer license split + commercial tier framework/comparison.md— LAVS vs Rive / glTF / USDZ / FBX, honest positioning/community.md— where to ask questions + how to ask them productively/offline-verification.md— LAVS-001.3 spec extension: offline verification mechanisms
STATUS: The
pubkey.pem currently served at this URL is a placeholder stub. The real public key will replace it once the YubiKey hardware is provisioned and the signing key is generated on-device. Until then, no `.lavs` edition is signed — every edition under Project Lavos LLC is a release candidate per editions-policy.md §6. Compliant verifiers SHOULD refuse to validate signatures against the stub key.
What this site is
This is the canonical publication endpoint for the Project Lavos LLC edition-signing identity. The Lavos Binary Format (LAVS-001) at github.com/guitargnarr/lavs-format defines a sealed-container format for numbered Lavos design editions. Every signed .lavs file carries a signature; verifying that signature requires the public key published here.
For verifiers
- Fetch the revocation list before validating any edition signature (24h max cache TTL).
- Validate signatures against the public key at
/pubkey.pem. - Display revoked-key state when applicable.
- If this URL is unreachable, display the edition with a "signature not verified" warning rather than refusing it outright.