pqRPKI: A Practical RPKI Architecture for the Post-Quantum Era
Weitong Li, Yuze Li, Taejoong Chung

TL;DR
pqRPKI introduces a practical post-quantum RPKI architecture using Merkle trees and ladder-guided sync, significantly reducing repository size and validation time while supporting dual-stack deployment with current trust anchors.
Contribution
It presents pqRPKI, a novel post-quantum RPKI framework that redesigns validation workflows and data structures for efficiency and compatibility with existing infrastructure.
Findings
Reduces repository footprint by up to 83.1% compared to Falcon.
Cuts full-cycle validation time to approximately 103 seconds.
Enables sub-2-minute validation cycles with minimal size overhead.
Abstract
The Resource Public Key Infrastructure (RPKI) secures Internet routing by binding IP prefixes to authorized Autonomous Systems, yet its RSA foundations are vulnerable to quantum adversaries. A naive swap to post-quantum (PQ) signatures (eg Falcon) is a poor fit for RPKI's bulk model: every relying party (RP) repeatedly fetches and validates the entire global repository, so larger keys and signatures inflate bandwidth and CPU cost, especially during a long dual-stack transition. We present pqRPKI , a post-quantum RPKI framework that pairs a multi-layer Merkle Tree Ladder (MTL) with RPKI objects, customized to relocate per-object verification material from certificates into the Manifest. To update RPKI for Merkle tree based schemes, pqRPKI redesign the RPKI manifest and delegation chain, introduces a ladder-guided sync and bulk-verification workflow that lets validators localize diffs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Network Packet Processing and Optimization · Cryptographic Implementations and Security
