Related · tier-1 reading. For what a portable artifact actually is, see Portable Artifact.
The 3-Key signature is what makes every governed decision in the Agent-008 enterprise AI governance platform provable for the long term — three independent post-quantum families chained so the signature still verifies decades from now.
H33-3-Key chains three independent PQ signature families through the H33 Substrate — 74 bytes total attestation (32 on-chain, 42 cached). Dilithium (MLWE lattice), FALCON (NTRU lattice), and SPHINCS+ (hash-based) each sign the same substrate-derived message. No single algorithm break can unravel the attestation. No validator changes. No block size impact.
If that family breaks — through mathematical advance, side-channel, or supply-chain backdoor — everything signed with it is retroactively compromised. No migration path exists.
Each outer layer signs everything beneath it. The result is a cryptographic dependency chain — breaking any single layer is never enough to forge the composite.
Click each algorithm to simulate a cryptographic break. Watch how the nested structure degrades gracefully — the signature remains unforgeable until all three independent families fall.
This calls our production Graviton4 infrastructure. Real KeyGen, real Sign, real Verify. Not a simulation.
All measurements on c8g.metal-48xl (96 cores, AWS Graviton4, ARM Neoverse V2). Criterion.rs v0.5, 100+ samples. February 2026.
Hover over the byte blocks to explore every field of the ~5,390-byte nested hybrid signature blob.
Every design decision serves one goal: no single algorithm compromise breaks the system. From nested composition to constant-time implementation, H33-3-Key is defense-in-depth by construction.
Triple-key nested signatures protect the documents, transactions, and artifacts where a single algorithm failure would be catastrophic.
Triple nesting is for documents, tokens, and attestations that must remain valid for decades — where a single algorithm break would be catastrophic.
~690 microseconds on Graviton4. Broken down: Ed25519 sign is ~30 microseconds, Dilithium-5 sign is ~280 microseconds, and FALCON-512 sign is ~380 microseconds. Verification is faster at roughly 450 microseconds total. For comparison, a single Dilithium sign alone is ~280 microseconds, so the overhead of adding two more layers is roughly 2.5x, not 3x, due to pipelining.~5.4 KB for the complete triple signature envelope. The envelope also includes timestamps, algorithm identifiers, and the temporal binding chain metadata, bringing the total to roughly 6 KB. This is compact enough to embed in PDF metadata, X.509 certificates, or blockchain transactions.~450 microseconds: Ed25519 verify (~15 microseconds), Dilithium-5 verify (~130 microseconds), and FALCON-512 verify (~305 microseconds). The verifier can optionally perform early-exit verification, checking only the first layer for quick validation and deferring the full chain for audit. Parallel verification of all three layers is also supported, reducing wall-clock time to roughly 310 microseconds.algorithm_config parameter to specify the desired triple stack. Minimum two layers are required; single-algorithm signing uses the standard H33-128 endpoints.5 credits. Verification is free (verifiers do not consume credits). The free tier includes 1,000 credits per month, which covers 200 triple signatures. For bulk document signing (contracts, certificates, regulatory filings), volume pricing reduces the per-signature cost. Compare to single Dilithium at 1 credit per sign, the 3-Key premium is 4 credits for the additional two algorithm layers and temporal binding chain.One API call. Three mathematical families. Zero single points of failure. Free tier included.