RANNTA Post-Quantum Security Architecture
RANNTA operates an active dual-cryptographic authorization model on protected paths: classical secp256k1/ECDSA authorization and ML-DSA-65 post-quantum authorization are verified together under HybridRequired fail-closed enforcement.
1. Abstract
RANNTA implements a hybrid post-quantum authorization architecture for security-critical blockchain and digital-asset operations. On HybridRequired paths, the authorization model is explicitly dual-cryptographic: a classical secp256k1/ECDSA authorization factor and an ML-DSA-65 post-quantum authorization factor are both validated before the protected action is authorized.
ML-DSA-65 is standardized by NIST in FIPS 204. RANNTA integrates it as a required authorization factor rather than a decorative signature field. The native hybrid transaction structure carries both secp256k1 signature evidence and ML-DSA-65 signature evidence, and the policy gate rejects a legacy-only path when HybridRequired is active.
The architecture extends the same security thesis into validator and infrastructure authorization, key registration and rotation, canonical action binding, replay controls and external production integration through RANNTA PQ Cloud.
2. Active Dual-Cryptographic Security Model
Classical factor
secp256k1/ECDSA binds existing account and transaction authority to the protected operation.
Post-quantum factor
ML-DSA-65 provides an independent post-quantum authorization proof over the RANNTA canonical security context.
Mandatory hybrid authorization
RANNTA requires both classical secp256k1/ECDSA authorization and ML-DSA-65 authorization wherever HybridRequired is active; classical-only authorization is rejected.
On HybridRequired paths these factors are mandatory components of one authorization decision, not optional alternatives and not a migration-only mode.
3. Quantum Threat Model
RANNTA treats quantum migration as a system-wide authorization problem. Long-lived blockchain, treasury, custody and validator authority cannot be protected by changing only a wallet format while leaving policy, key lifecycle, replay controls and operational authorization unchanged.
Signature resilience
ML-DSA-65 adds a post-quantum authorization factor to security-critical paths.
Authorization integrity
HybridRequired makes the configured cryptographic evidence part of the allow or reject decision.
Migration continuity
The hybrid model allows RANNTA to strengthen cryptography without discarding established authorization infrastructure.
4. RANNTA Hybrid Authorization Path
A protected action reaches execution only after the security context is reconstructed canonically and the required cryptographic factors pass. The ML-DSA-65 result is part of authorization itself, not metadata attached after a classical decision.
HybridRequired protected path 1. Reconstruct canonical action context 2. Verify classical secp256k1 / ECDSA authorization 3. Verify ML-DSA-65 authorization 4. Verify key version, validity window and policy context 5. Reject replay or reused operation identity 6. Authorize only when the complete HybridRequired policy passes
5. Native X-Chain Hybrid Authorization
RANNTA X-Chain engineering exposes a native hybrid authorization surface for protected transfers and key lifecycle operations. The hybrid transfer model carries both a secp256k1_signature and an ml_dsa_65_signature. Key registration and rotation similarly bind classical account authority to ML-DSA-65 proof.
Hybrid transfer
Classical and ML-DSA-65 evidence are validated as part of one protected transaction authorization context.
Key registration and rotation
Post-quantum public keys are versioned, registered and rotated under authenticated account control.
Legacy-path enforcement
When an account enters HybridRequired mode, legacy-only authorization is rejected on the protected path.
6. Validator and Consensus Authorization
RANNTA extends post-quantum authorization beyond ordinary account signing. The protocol engineering model applies hybrid, fail-closed authorization to validator-sensitive proposal, vote and finality paths so that post-quantum identity can participate in consensus-critical authorization rather than remaining an application-layer add-on.
The strategic objective is a consistent security model from account authorization to validator authority: explicit keys, explicit policy, canonical context, replay resistance and deterministic rejection of invalid evidence.
7. Canonical Payload Binding and Replay Resistance
Cryptographic strength depends on context integrity. RANNTA binds authorization evidence to canonical fields such as chain identity, sender or subject, action, nonce, validity window, key version, policy version and operation identity. Consensus-sensitive paths additionally bind consensus context such as round or message type where applicable.
Executed transaction hashes and used operation identities are tracked so valid evidence cannot simply be reused to create a second authorized operation. The design goal is that a signature valid for one intent cannot silently become authority for another intent.
8. RANNTA PQ Cloud - Exporting the Security Model
RANNTA PQ Cloud is the live commercial and integration surface of the same hybrid authorization architecture. It enables exchanges, treasuries, blockchains, validators and digital-asset systems to add ML-DSA-65 verification while retaining their existing classical authorization and custody controls.
Exchange withdrawals
Add ML-DSA-65 verification as a required authorization factor before sensitive withdrawal release.
Treasury operations
Bind high-value approvals to an independent post-quantum verification layer and explicit policy context.
Validators and infrastructure
Bind privileged infrastructure actions to registered ML-DSA-65 public keys, versioned key lifecycle and fail-closed policy.
9. Crypto-Agility and Security Expansion
RANNTA does not freeze the protocol around a single primitive. ML-DSA-65 is the active post-quantum signature primitive for the current hybrid authorization architecture. The wider protocol is designed for continued cryptographic expansion as standards, operational requirements and production evidence evolve.
Node transport is a separate layer from authorization. Secure TLS/mTLS protects current node communication, while ML-KEM based key establishment is part of the post-quantum transport expansion path. This transport work does not change the status of RANNTA's active HybridRequired authorization, where classical secp256k1/ECDSA and ML-DSA-65 are already combined on protected paths.
10. Post-Quantum Scaling and Aggregation
Post-quantum signatures are larger than conventional elliptic-curve signatures, which makes batching, verification parallelism and proof aggregation important engineering domains. RANNTA's expansion program includes post-quantum authorization batching and aggregation so stronger cryptographic assurance can scale with network and infrastructure throughput.
The RANNTA design remains implementation-flexible: aggregation is treated as an optimization and proof-compression layer around authorization, not as a substitute for the underlying HybridRequired security policy.
11. Position Among Major Post-Quantum Blockchain Programs
Post-quantum blockchain engineering is developing through several different architectural strategies. RANNTA's distinctive position is the combination of an active native hybrid authorization path and a live external post-quantum integration service.
| Project | Primary PQ direction | Authorization / protocol approach | Infrastructure scope |
|---|---|---|---|
| RANNTA | Mandatory hybrid authorization: secp256k1/ECDSA + ML-DSA-65 | HybridRequired protected paths require both authorization factors; classical-only authorization is rejected | Independent L1 + public RPC + explorer + exchange/routing stack + live PQ Cloud external integration service |
| Quantus | PQ-native chain design with ML-DSA and ML-KEM-oriented networking | Post-quantum-first transaction and network architecture with proof aggregation research | Focused quantum-resistant blockchain architecture |
| QRL 2.0 | Post-quantum account and validator cryptography | XMSS / ML-DSA evolution with EVM-friendly execution direction | Post-quantum blockchain and validator ecosystem |
| Sui | Native post-quantum account authentication roadmap | ML-DSA-65 and SLH-DSA integration strategy | Large general-purpose Move ecosystem |
| NEAR | ML-DSA account signing and staged protocol migration | Progressive quantum-safe account and protocol evolution | Large general-purpose application ecosystem |
| Ethereum | Long-horizon post-quantum migration and aggregation research | PQ validator, account and proof-system research including lean cryptographic directions | Largest smart-contract ecosystem and extensive migration research |
12. Active Security Surfaces
ACTIVE
secp256k1/ECDSA + ML-DSA-65 native hybrid authorization on protected paths.
ACTIVE
HybridRequired fail-closed enforcement and legacy-path rejection for protected accounts.
ACTIVE
ML-DSA-65 public-key registration, versioning and rotation controls.
ACTIVE
Canonical context binding, transaction replay controls and operation identity tracking.
ACTIVE
RANNTA PQ Cloud verification and commercial integration surface.
ML-KEM transport, broader PQ state integration, validator-scale expansion and PQ aggregation.
13. Full-Stack Expansion Program
RANNTA's security program advances from an already active hybrid authorization foundation toward progressively broader post-quantum coverage across the full protocol stack.
- Canonical PQ state integration: move post-quantum authorization state deeper into protocol-owned canonical state surfaces.
- Validator-scale expansion: extend hybrid authorization evidence across broader distributed validator operation.
- ML-KEM transport: add post-quantum key establishment to node communication while preserving crypto-agility.
- PQ aggregation: optimize large-scale authorization evidence through batching and aggregation.
- Independent security review: expand external verification and audit evidence as the protocol security surface grows.
14. Technical References
15. Conclusion
RANNTA's post-quantum architecture is built around a concrete security rule: protected authorization is hybrid, explicit and fail-closed. Classical secp256k1/ECDSA authority and ML-DSA-65 post-quantum authority are both active factors in the HybridRequired path.
RANNTA then extends that model outward: into validator-sensitive authorization, key lifecycle, replay resistance, infrastructure integration and RANNTA PQ Cloud. The result is a security architecture designed to protect the authorization path itself and to keep expanding across the protocol stack as post-quantum standards mature.
RANNTA is building post-quantum resilience as operating infrastructure, not as a label.