Solutions · By environment
Available for evaluationPost-quantum readiness
Harvest-now-decrypt-later risk stays open while estates wait for a future PQ migration project. Mint hybrid circuit cohorts now: same Gate envelope contract, stronger key agreement (X25519 with Kyber768) on the prover path. Recommended stack: Cloud or Sovereign.
Post-quantum hybrid ladder
Read the hybrid ladder as classical plus post-quantum transport (X25519 with Kyber-class KEMs) stacked for channel integrity. It upgrades computational hardness assumptions for packets in transit, not the empty-channel authorization claim. Takeaway: PQ hybrid is the right tool for transport; Channel Zero emptiness remains a different authorization job.
What you retire
- Waiting on a standalone "PQ migration project" while harvest-now risk accumulates on minting identities
- Assuming harder keys alone fix steal-and-replay of lasting request credentials
- Treating KEM choice as a substitute for burn-before-validate and request binding
Recommended stack
- Public
- Cloud
- Sovereign
- Agent
- Institutional
- OEM
Cloud or Sovereign - Foundry mints hybrid agent-mode circuits (X25519 with Kyber768 key agreement); Gate continues to enforce request-bound envelopes with Control's durable nonce ledger. Keep your TLS posture. Scope: PQ key agreement on the prover path under the same envelope contract - not a claim that quantum adversaries are defeated in every model. Computational hardness assumptions versus empty effective channel under the named model are stated on Technology · Math and quantum bounds.
One-minute capability description
Waiting for a future PQ cutover leaves harvest-now-decrypt-later risk unaddressed on the identities that mint authority. ENI6MA hybrid circuits include Kyber768 alongside X25519 for key agreement today, while Gate continues to enforce request-bound envelopes (one-time cryptographic authorizations for a single request) with burn-before-validate. Harder keys can still be stolen; one-shot authority and transcript silence address reuse and channel leakage separately from the key encapsulation mechanism. Absolute replay and binding claims still require the reference architecture (durable ledger, integrity checks, lifecycle), independent of KEM choice. The developer post-quantum page states what is and is not claimed.
What this solution claims
Hybrid circuits use X25519 + Kyber768 for key agreement today.ShippingThe hybrid variant ships a four-shard prime with a classical + post-quantum key exchange.
Every envelope binds method, endpoint_id, request body hash, policy hash, tau, and nonce_uuid into one composite digest.Shippingrequest_hash = sha256(method || endpoint_id || request_body_hash || policy_hash || tau || nonce_uuid).Holds under the reference architecture
Related
- Post-quantum postureDeveloper deep-dive on what ships today.
- Technology · MathComputational hardness assumptions versus empty-channel authorization.
- Quantum myths vs real boundsWhat quantum changes, and what an empty transcript still hides.
- Security architectureFull posture under the reference architecture.
