A formal security whitepaper detailing ZenthraCore's hybrid public edge + strict internal post-quantum transport enclave using ML-KEM and ML-DSA cryptographic standards.
| Document Classification | Public Technical Specification |
| Scope | Transport Layer Cryptographic Architecture |
| Revision Policy | Updated upon cryptographic standard evolution |
Below is the system model of ZenthraCore's Post-Quantum Transport Enclave (v1.1). Incoming traffic from the public edge uses classical compatibility, while all traffic past the cryptographic boundary enforces post-quantum standards.
The key words MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, and MAY in this document are to be interpreted as described in RFC 2119.
Binding architectural requirements and rules.
Design rationale, benchmark analysis, and operational commentary.
| Architecture Type | Segmented Post-Quantum Transport Enclave |
| Deployment Model | Hybrid Compatibility Edge + Strict PQ Core |
| Operational Status | Production |
Current browser ecosystem limitations preclude PQ-only external endpoints.
Hybrid fallback inside the PQ enclave is explicitly forbidden.
Inside the PQ enclave:
The cryptographic boundary SHALL be defined between Edge (nginx) and PQ Gate. All transport across this boundary MUST comply with the PQ-only enforcement policy.
Formalized threat vectors and corresponding mitigation objectives inside the enclave:
Protect with ML-KEM to ensure forward secrecy.
Downgrade attempts must terminate handshakes.
All boundary traffic remains under strict PQ.
As of 2026, mainstream browsers do not support ML-KEM, and ecosystem components (databases, caches, service mesh layers) lack PQ-native TLS. A fully PQ external endpoint would result in total loss of compatibility.
Operational PQ enforcement
Backward compatibility
Real performance evaluation
Controlled transition
Values represent measured behavior in current deployment; updated periodically.
~8–15%
vs classical X25519
2–4×
ML-DSA vs classical ECDSA
None
No system degradation observed
| Protocol | TLS 1.3 |
| KEM Group | mlkem768 |
| Signature | mldsa44 |
| Cipher Suite | TLS_AES_256_GCM_SHA384 |
This system does not claim complete post-quantum internet exposure. It operates a production-enforced, downgrade-resistant post-quantum transport enclave within a compatibility-constrained external ecosystem.
The architecture reflects deliberate cryptographic transition strategy rather than marketing alignment.
| Version | Status | Description |
|---|---|---|
| 1.1 | Current | Normative formalization and downgrade policy clarification. |
| 1.0 | Archived | Initial release. |