1. Introduction
Autonomous driving technology is rapidly evolving from advanced driver-assistance systems toward fully autonomous transportation ecosystems. At the core of this transformation lies Vehicle-to-Everything (V2X) communication, which enables real-time interaction among vehicles, roadside infrastructure, pedestrians, and cloud services. As the “nervous system” of intelligent transportation systems, V2X communication integrates four major modes, namely Vehicle-to-Vehicle (V2V), Vehicle-to-Infrastructure (V2I), Vehicle-to-Pedestrian (V2P), and Vehicle-to-Network (V2N), enabling autonomous vehicles to achieve cooperative awareness, beyond-line-of-sight perception, intelligent decision-making, and real-time traffic coordination [
1,
2,
3]. However, the open, highly dynamic, and decentralized nature of vehicular communication environments introduces severe cybersecurity challenges. Malicious attackers may exploit vulnerabilities through identity forgery, replay attacks, message tampering, Sybil attacks, and denial-of-service attacks, potentially causing catastrophic physical consequences to road users and transportation infrastructures.
Current V2X communication systems predominantly rely on classical public-key cryptographic mechanisms such as RSA and Elliptic Curve Cryptography (ECC) to provide authentication, confidentiality, integrity, and secure session establishment. The security of these schemes is fundamentally based on the computational hardness of integer factorization and elliptic curve discrete logarithm problems [
4,
5]. However, Shor’s quantum algorithm [
6,
7] demonstrated that sufficiently powerful quantum computers can solve these mathematical problems in polynomial time, rendering existing public-key cryptographic systems fundamentally insecure in the post-quantum era. This emerging threat is particularly critical for autonomous vehicular systems due to their long operational lifecycle. Modern vehicles are typically designed for deployment periods ranging from 10 to 20 years, while large-scale cryptographic migration itself may require another 10 to 15 years. Consequently, future intelligent transportation systems must begin transitioning toward post-quantum cryptography (PQC) before practical quantum attacks become feasible.
To address this challenge, the U.S. National Institute of Standards and Technology (NIST) initiated the Post-Quantum Cryptography Standardization Project in 2016 and formally standardized several quantum-resistant algorithms in 2024, including FIPS 203 (ML-KEM/Kyber) [
8], FIPS 204 (ML-DSA/Dilithium) [
9], and FIPS 205 (SLH-DSA/SPHINCS+) [
10]. In addition, the Falcon signature algorithm based on NTRU lattices is currently undergoing standardization review under FIPS 206 [
11]. Among the various PQC approaches, lattice-based cryptography has emerged as the dominant research direction due to its strong theoretical security reductions, relatively compact parameter sizes, and practical implementation efficiency [
12,
13,
14,
15,
16]. Consequently, RLWE-, MLWE-, and NTRU-based cryptographic constructions are increasingly considered promising candidates for next-generation V2X security architectures. Despite their theoretical quantum resistance, integrating PQC into V2X environments introduces substantial engineering and performance challenges. Compared with classical ECC-based schemes, post-quantum algorithms generally require significantly larger signatures, higher computational overhead, and increased memory consumption, which directly conflict with the ultra-low latency requirements of safety-critical vehicular applications. For example, in emergency braking scenarios, a communication delay of only 20 ms may cause a vehicle traveling at 120 km/h to move approximately 66.7 cm, potentially determining whether a collision can be avoided [
17,
18]. Furthermore, the ML-DSA-44 signature size reaches 2420 bytes, exceeding the payload limitation of a single Dedicated Short-Range Communications (DSRC) frame (2304 bytes), while Kyber operations on ARM Cortex-M4 embedded platforms may require substantially higher execution latency compared with traditional ECDH mechanisms [
19,
20]. These limitations reveal a fundamental trade-off between post-quantum security and real-time vehicular communication performance.
Authentication and Key Agreement (AKA) protocols have been extensively studied in the literature, with numerous surveys and reviews examining their security threats, vulnerabilities, and privacy challenges over the past decade.
Table 1 presents a comparative overview of recent survey studies on AKA protocols across various communication domains, including cellular networks, the Internet of Things (IoT), Vehicle-to-Everything (V2X), and post-quantum cryptography (PQC).
The comparison highlights the evolution of research interests from conventional authentication mechanisms in 5G-enabled IoT environments toward advanced security solutions for emerging 6G networks. Existing surveys primarily focus on authentication protocols, security schemes, cryptographic techniques, and access control mechanisms for cellular and IoT systems, addressing challenges such as resource constraints, attack resistance, privacy preservation, and protocol efficiency. While Tashtoush et al. [
21] and Hasan et al. [
22] mainly investigate Authentication and Key Agreement protocols for IoT and cellular network environments using conventional cryptographic approaches, Yoshizawa et al. [
17], Turnip et al. [
23], and Hitayezu et al. [
24] acknowledge the growing importance of post-quantum cryptography in securing future communication systems. However, these studies primarily provide high-level discussions, comparative analyses, or future research directions regarding quantum-resistant authentication mechanisms rather than proposing dedicated PQC-based AKA protocols. Furthermore, although Yoshizawa et al. [
17] address security and privacy challenges in V2X communications, the integration of post-quantum cryptographic techniques into V2X authentication frameworks remains largely unexplored. Consequently, limited attention has been devoted to the design, implementation, and evaluation of post-quantum AKA protocols for vehicular communication environments, where stringent requirements for security, privacy, latency, scalability, and mobility support must be simultaneously satisfied. This research gap highlights the need for developing quantum-resistant AKA frameworks tailored for future intelligent transportation systems and 6G-enabled vehicular networks.
Motivated by these challenges, this paper presents a comprehensive survey of post-quantum Authentication and Key Agreement (AKA) protocols for secure V2X communications in autonomous driving environments. The survey reviews V2X communication architectures, security requirements, existing AKA protocols, and the ongoing transition from classical cryptography toward quantum-resistant security frameworks. To ensure broad coverage of the state-of-the-art, a targeted literature search was conducted using major scientific databases, including IEEE Xplore, Scopus, ScienceDirect, SpringerLink, and Google Scholar. The search employed combinations of keywords such as “Authentication and Key Agreement”, “AKA Protocol”, “Post-Quantum Cryptography”, “PQC Authentication”, “V2X Authentication”, “Vehicle-to-Everything Security”, “Vehicular Authentication”, “5G-AKA”, “6G Authentication”, and “Quantum-Resistant Authentication”. Priority was given to peer-reviewed journal articles, conference papers, standards documents, and recent survey studies relevant to authentication mechanisms, key agreement protocols, post-quantum cryptographic techniques, and vehicular communication security. The selected studies were subsequently categorized and analyzed according to their application domains, cryptographic approaches, security properties, and quantum-resistance capabilities.
In this survey, the assessment of quantum resistance is based on the underlying cryptographic hardness assumptions, resistance to known quantum attacks, and the current state of post-quantum cryptographic standardization rather than direct experimental validation against quantum computers, which remain unavailable at the scale required to compromise contemporary cryptographic systems. Specifically, schemes based on integer factorization and discrete logarithm problems, such as RSA and ECC, are classified as non-quantum-resistant due to their vulnerability to Shor’s algorithm. In contrast, lattice-based, hash-based, code-based, and related post-quantum cryptographic schemes are considered quantum-resistant because no efficient quantum algorithms are currently known to solve their underlying mathematical problems. The evaluation further considers the NIST post-quantum cryptography standardization status and the current cryptanalytic evidence reported in the literature.
Based on the selected literature, a comparative analysis of representative V2X AKA schemes is conducted across multiple dimensions, including authentication latency, computational complexity, communication overhead, storage requirements, scalability, and quantum resistance. In addition, the paper critically evaluates the applicability of major NIST-standardized PQC algorithms, including Kyber [
25], Dilithium [
26], Falcon [
27], SPHINCS+ [
28], and NTRU-based cryptographic systems [
28], within resource-constrained vehicular platforms. The major contributions of this survey are summarized as follows:
A comprehensive review of the evolution of V2X communication security from classical cryptographic systems toward post-quantum cryptographic architectures is presented.
Existing V2X AKA protocols are systematically analyzed and compared based on security properties, authentication latency, communication cost, scalability, and quantum resistance.
The applicability and practical deployment challenges of NIST-standardized PQC algorithms in autonomous vehicular environments are critically evaluated.
Key engineering challenges involving signature size constraints, computational overhead, memory consumption, packet fragmentation, and embedded hardware limitations are quantitatively discussed.
A detailed review of lattice-based cryptography, RLWE, MLWE, NTRU variants, sparse polynomial optimization, and Number Theoretic Transform (NTT) acceleration techniques is provided.
An important research gap involving the integration of sparse polynomial optimization techniques with bi-cyclic ring structures in NTRU-based cryptography is identified as a promising future direction for lightweight and quantum-resistant V2X security systems.
Overall, this survey aims to provide researchers and practitioners with a comprehensive understanding of the opportunities, limitations, and future research directions of post-quantum Authentication and Key Agreement protocols for next-generation autonomous vehicular networks.
2. V2X Communication Architecture and Security Requirements
2.1. V2X Communication Modes
Vehicle-to-Everything (V2X) communication constitutes the foundational communication framework of intelligent transportation systems, enabling autonomous vehicles to exchange real-time information with surrounding entities, including vehicles, infrastructure, pedestrians, and cloud platforms. Depending on the communication counterpart, V2X systems are generally categorized into four major communication modes: Vehicle-to-Vehicle (V2V), Vehicle-to-Infrastructure (V2I), Vehicle-to-Pedestrian (V2P), and Vehicle-to-Network (V2N) [
1,
2,
3,
29,
30,
31]. These communication modes collectively establish a cooperative vehicular ecosystem that supports beyond-line-of-sight perception, cooperative decision-making, intelligent traffic coordination, and autonomous driving operations.
Table 2 compares the major V2X communication modes, including Vehicle-to-Vehicle (V2V), Vehicle-to-Infrastructure (V2I), and Vehicle-to-Pedestrian (V2P), in terms of their technical characteristics, application scenarios, and associated security challenges.
Despite sharing a common objective of enabling intelligent vehicular communication, each V2X communication model exhibits substantially different characteristics in terms of communication architecture, latency sensitivity, mobility dynamics, bandwidth requirements, computational constraints, and security exposure. Consequently, the security requirements and cryptographic design considerations associated with each communication model vary significantly.
Among all V2X communication modes, V2V communication is regarded as the most safety-critical and latency-sensitive component of autonomous driving systems. Vehicles periodically broadcast safety-critical messages, such as Basic Safety Messages (BSMs) and Cooperative Awareness Messages (CAMs), typically at frequencies of 10 Hz or higher. In high-speed driving scenarios, even millisecond-level communication delays may directly impact traffic safety. For example, when a vehicle travels at 120 km/h, a communication delay of 20 ms corresponds to a travel distance of approximately 66.7 cm [
31], which may determine whether collision avoidance mechanisms can respond successfully. Due to its decentralized broadcast nature, V2V communication is highly vulnerable to identity spoofing, replay attacks, Sybil attacks, false information injection, and message tampering. Therefore, V2V security protocols must simultaneously achieve ultra-low latency, high authentication accuracy, lightweight computation, and strong resistance against both classical and quantum-based attacks.
V2I communication establishes bidirectional interaction between vehicles and roadside infrastructure components such as Roadside Units (RSUs), intelligent traffic signals, edge servers, and toll collection systems. In intelligent transportation ecosystems, RSUs commonly function as localized trust anchors that support certificate distribution, regional authentication management, cooperative traffic coordination, and edge-assisted computing services. However, the critical role of RSUs also makes them attractive attack targets. A compromised RSU may launch distributed denial-of-service attacks, distribute malicious certificates, manipulate traffic coordination information, or perform man-in-the-middle attacks against connected vehicles. Consequently, V2I security architectures require scalable trust management frameworks, efficient certificate revocation mechanisms, and secure edge-assisted authentication protocols capable of operating under highly dynamic vehicular conditions.
Compared with V2V and V2I communication, V2P communication introduces a distinct set of challenges due to the highly resource-constrained nature of pedestrian devices. V2P communication involves interaction between vehicles and vulnerable road users (VRUs), including pedestrians, cyclists, smartphones, wearable devices, and IoT sensors. Typical V2P applications include blind-spot detection, pedestrian collision warning, cyclist protection, and intelligent road-crossing assistance. However, wearable devices and mobile platforms generally possess limited computational capability, constrained battery capacity, intermittent connectivity, and weaker wireless reliability under non-line-of-sight conditions. These limitations make lightweight authentication mechanisms, low-power cryptographic implementations, and privacy-preserving communication protocols essential requirements for secure V2P communication systems.
V2N communication extends vehicular connectivity toward cloud infrastructures using cellular communication technologies such as 4G, 5G, and emerging 6G networks [
32,
33]. Unlike V2V communication, V2N applications are generally less latency-sensitive but involve significantly higher communication throughput and broader service integration. Representative V2N services include high-definition map synchronization, over-the-air software updates, remote diagnostics, cloud-assisted autonomous driving, and intelligent route planning. However, integrating cloud infrastructures into vehicular ecosystems introduces additional cybersecurity concerns involving cloud-based attacks, network slicing vulnerabilities, data privacy leakage, distributed denial-of-service attacks, and large-scale infrastructure compromise. In particular, future 5G/6G-enabled V2N architectures will require secure integration among vehicular authentication systems, edge computing infrastructures, and cloud-native security orchestration frameworks.
The heterogeneous characteristics of V2V, V2I, V2P, and V2N communication modes reveal that a unified security architecture for autonomous vehicular systems must simultaneously accommodate multiple conflicting requirements, including ultra-low latency, lightweight computation, high scalability, strong privacy preservation, and post-quantum security resilience. This multidimensional complexity makes the design of Authentication and Key Agreement (AKA) protocols one of the most critical and challenging research problems in next-generation V2X communication security.
2.2. Layered V2X System Architecture
Modern V2X communication systems commonly adopt a hierarchical cloud–edge–vehicle architecture as illustrated in
Figure 1 to support scalable, low-latency, and intelligent autonomous driving operations [
34,
35,
36,
37]. This multi-layer architecture enables efficient coordination among onboard vehicular systems, roadside infrastructures, edge computing platforms, and cloud services while simultaneously supporting real-time decision-making, large-scale data processing, and secure communication management. In general, the architecture can be divided into three major layers: the vehicle/perception layer, the edge layer, and the cloud layer.
At the vehicle or perception layer [
38,
39], autonomous vehicles are equipped with onboard units (OBUs), Electronic Control Units (ECUs), and multimodal sensors such as LiDAR, radar, cameras, GPS modules, and inertial measurement units. This layer is responsible for environmental perception, local decision-making, message generation, and secure communication initiation. Security-related operations at this layer include digital signature generation, identity authentication, key agreement, secure session establishment, and message verification. However, vehicular onboard systems are significantly constrained in terms of computational capability, memory resources, energy efficiency, and real-time processing requirements. Typical automotive ECUs often possess limited RAM and embedded processing capability, making the deployment of computationally intensive post-quantum cryptographic algorithms particularly challenging.
The edge layer [
40,
41,
42] consists primarily of Roadside Units (RSUs), fog computing nodes, Mobile Edge Computing (MEC) servers, intelligent traffic controllers, and regional vehicular coordination infrastructures. Acting as intermediate communication and processing nodes, the edge layer enables localized cooperative awareness, traffic coordination, low-latency computation offloading, and regional security management. In addition, RSUs frequently serve as localized trust anchors responsible for certificate distribution, authentication assistance, temporary pseudonym management, and vehicular session coordination. Edge-assisted architectures are especially important for reducing authentication latency and mitigating the computational burden of post-quantum cryptographic operations on resource-constrained vehicles. Nevertheless, because RSUs operate as semi-centralized security entities, compromised edge infrastructures may become high-value attack targets capable of launching man-in-the-middle attacks, malicious certificate dissemination, denial-of-service attacks, and traffic manipulation.
The cloud layer forms the global intelligence and management backbone of modern intelligent transportation systems. Cloud infrastructures are responsible for large-scale vehicular data analytics, artificial intelligence model training, global traffic optimization, long-term storage management, certificate authority operations, and software orchestration services. In most V2X security architectures, the cloud layer hosts centralized Public Key Infrastructure (PKI) services and Certificate Authorities (CAs), which function as the root trust anchors of the vehicular ecosystem. However, this centralization also introduces critical security risks. A successful compromise of cloud-based trust infrastructures may potentially undermine the security integrity of the entire vehicular communication ecosystem.
Although the cloud–edge–vehicle architecture significantly improves scalability, modularity, and computational efficiency, it simultaneously introduces a broader attack surface across multiple communication layers [
43,
44]. Attackers may exploit vulnerabilities within inter-layer communication interfaces to perform cross-layer attacks, privilege escalation, malicious command injection, false data dissemination, or distributed denial-of-service attacks. Furthermore, the integration of emerging technologies such as 5G/6G networks, software-defined networking (SDN), network slicing, artificial intelligence, and edge orchestration frameworks further increases architectural complexity and security dependency.
To address these challenges, Zero Trust Architecture (ZTA) has recently emerged as a promising security paradigm for next-generation V2X systems [
45,
46,
47,
48]. Unlike traditional perimeter-based trust models, Zero Trust adopts the principle of “never trust, always verify,” requiring continuous authentication, authorization, and behavioral validation for every communication entity regardless of network location. Integrating Zero Trust principles with post-quantum Authentication and Key Agreement (AKA) protocols is expected to become a critical research direction for future autonomous vehicular security architectures.
2.3. Security Requirements and Design Constraints of V2X Communication Systems
The security requirements of V2X communication systems can be systematically characterized through four tightly interconnected and mutually constraining dimensions: latency, reliability, security, and scalability. Unlike conventional wireless communication systems, autonomous vehicular networks operate within highly dynamic and safety-critical environments where communication failures, authentication delays, or security breaches may directly result in physical accidents and loss of human life. Consequently, V2X security architectures must simultaneously satisfy stringent real-time communication requirements, ultra-high reliability, strong privacy preservation, large-scale scalability, and resistance against both classical and quantum-enabled cyberattacks.
However, these requirements are inherently conflicting. Enhancing one security dimension often introduces performance degradation in another dimension. For example, stronger cryptographic protection generally increases computational overhead, authentication latency, packet size, and energy consumption, which may negatively impact real-time communication performance. Similarly, highly scalable certificate management frameworks may introduce additional synchronization complexity and trust management overhead. As a result, achieving an effective balance among these four dimensions remains one of the most challenging research problems in next-generation V2X security design.
Table 3 presents a comparative analysis of the core security requirements in V2X communication systems.
Among these dimensions, latency represents the most rigid and safety-critical constraint in V2X communication systems. Autonomous driving applications such as emergency braking, cooperative lane changing, collision avoidance, and platooning require end-to-end communication delays within only a few milliseconds. Consequently, the computational overhead introduced by cryptographic operations cannot be ignored. Even relatively lightweight security mechanisms may significantly affect vehicular response time in high-speed driving environments. For example, Previous studies [
48,
49] have shown that implementing the ETSI ITS-G5 security stack on commercial vehicular communication hardware can significantly increase end-to-end latency, in some cases by up to eight times, thereby affecting the timeliness of safety-critical V2X applications. In post-quantum environments, the performance gap becomes even more significant. CRYSTALS-Kyber operations on ARM Cortex-M4 embedded platforms [
50] may require substantially higher execution latency compared with classical ECDH-based key exchange mechanisms, directly affecting safety-critical communication. This reveals a fundamental challenge in post-quantum V2X security: achieving quantum resistance without violating ultra-low-latency communication constraints.
Reliability is another critical requirement in autonomous vehicular systems. Future V2X networks are expected to support ultra-reliable low-latency communication (URLLC) services with reliability targets exceeding 99.999% [
51,
52]. However, maintaining stable communication reliability becomes highly challenging in dense traffic environments characterized by rapid topology changes, high-speed mobility, frequent handovers, and wireless channel congestion. In urban scenarios involving large numbers of connected vehicles, packet collisions and channel interference may significantly degrade communication quality and authentication consistency. From a cybersecurity perspective, V2X systems must defend against a wide spectrum of attacks targeting authentication, confidentiality, integrity, availability, and privacy preservation. These attacks include identity spoofing, replay attacks, Sybil attacks, false information dissemination, message tampering, man-in-the-middle attacks, distributed denial-of-service attacks, and malicious certificate manipulation. Furthermore, autonomous vehicular systems require conditional privacy preservation mechanisms, where vehicle identities remain anonymous under normal operation while still allowing authorized authorities to perform identity tracing when necessary for forensic investigation or law enforcement purposes.
Scalability introduces an additional layer of complexity in next-generation intelligent transportation systems [
53,
54]. Future vehicular ecosystems are expected to involve millions of highly mobile vehicles interacting across heterogeneous communication infrastructures and administrative domains. Therefore, V2X security architectures must efficiently support dynamic vehicle registration, certificate distribution, pseudonym updates, cross-domain roaming, trust synchronization, and large-scale authentication management. Traditional Public Key Infrastructure (PKI) systems often suffer from excessive certificate management overhead and revocation latency under large-scale deployment conditions. Consequently, scalable authentication frameworks, hierarchical trust architectures, edge-assisted certificate management, and lightweight cryptographic protocols are increasingly becoming essential research directions.
Importantly, the transition toward post-quantum cryptography further intensifies the inherent tension among these four dimensions. While classical ECC-based AKA protocols can satisfy real-time latency and scalability requirements, they remain fundamentally vulnerable to quantum attacks. Conversely, NIST-standardized post-quantum cryptographic algorithms provide quantum-resistant security guarantees but introduce significantly larger signatures, higher computational overhead, increased memory consumption, and larger communication payloads, all of which directly impact V2X latency budgets and embedded vehicular resource constraints. Therefore, designing lightweight, scalable, and quantum-resistant Authentication and Key Agreement (AKA) protocols capable of simultaneously satisfying the four core V2X security dimensions remains one of the most critical open challenges in autonomous vehicular communication research.
4. Post-Quantum Cryptographic Foundations and Standardization for Secure V2X Communication
4.1. Quantum Computing Threats to V2X Security
The security of current V2X communication systems fundamentally relies on classical public-key cryptographic algorithms such as RSA, Diffie–Hellman (DH), Elliptic Curve Cryptography (ECC), and Elliptic Curve Diffie–Hellman (ECDH). The security of these schemes is based on mathematically hard problems including integer factorization and discrete logarithm problems. However, the emergence of quantum computing poses a transformative threat to these cryptographic foundations. The primary threat originates from Shor’s quantum algorithm [
6,
67], which demonstrated that integer factorization and discrete logarithm problems can be solved in polynomial time on sufficiently powerful quantum computers. Consequently, cryptographic systems based on RSA, ECC, DSA, ECDSA, DH, and ECDH would become fundamentally insecure once large-scale fault-tolerant quantum computers become practical. This threat is particularly critical for autonomous vehicular systems because modern vehicles typically remain operational for 10–20 years, while cryptographic migration itself may require another decade. Therefore, V2X security systems deployed today must already consider future quantum threats. Although large-scale quantum computers capable of breaking RSA and ECC do not yet exist, the “harvest now, decrypt later” attack model introduces an immediate security concern. Adversaries may intercept and store encrypted vehicular communication data today with the intention of decrypting it in the future using quantum computers. This threat is especially severe for long-term sensitive vehicular information, including autonomous driving decisions, vehicular identities, transportation infrastructure coordination, and traffic management records.
Table 6 summarizes the impact of quantum computing on mainstream cryptographic algorithms and highlights their implications for secure V2X communications.
In contrast to asymmetric cryptography, symmetric cryptographic algorithms are primarily affected by Grover’s search algorithm, which provides a quadratic rather than exponential speedup. The threat of Grover’s search algorithm [
68] to symmetric cryptography is more moderate, reducing the effective security level of a
k-bit key to
k/2 bits. The countermeasure is straightforward: doubling the symmetric key length and hash output length restores the original security level. For example, AES-128 security is effectively reduced from 128 bits to approximately 64 bits under quantum attacks, while AES-256 remains relatively secure with an effective security level of approximately 128 bits. Mosca’s theorem provides a theoretical framework for cryptographic migration decisions: if
x is the data security requirement period,
y is the cryptographic migration period, and
z is the time until the emergence of a quantum computer, then when
x +
y >
z, the currently deployed cryptography is already at potential risk. For scenarios with a vehicle design and cryptographic migration cycle of 10–15 years, the current
x +
y ≈ 25 to 35 years; even with a conservative estimate of
z ≈ 30 years, the risk window has already been entered. Consequently, increasing symmetric key sizes and hash output lengths remains a practical countermeasure against quantum search attacks.
4.2. Post-Quantum Cryptography for V2X Security
The rapid advancement of quantum computing has accelerated global efforts to standardize cryptographic algorithms capable of resisting quantum-enabled attacks. To address this challenge, the U.S. National Institute of Standards and Technology (NIST) launched the Post-Quantum Cryptography (PQC) Standardization Project in 2016 to identify practical cryptographic algorithms that remain secure against both classical and quantum adversaries. Following multiple rounds of cryptanalysis, performance evaluation, and implementation assessment, NIST selected a number of candidate algorithms for standardization based on their security, efficiency, implementation feasibility, and resistance to known attacks.
Table 7 summarizes the NIST-standardized post-quantum cryptographic algorithms that are most relevant to V2X communication systems. The first generation of standards includes ML-KEM (CRYSTALS-Kyber) under FIPS 203, ML-DSA (CRYSTALS-Dilithium) under FIPS 204, and SLH-DSA (SPHINCS+) under FIPS 205, while FN-DSA (Falcon) is currently under standardization review through the draft FIPS 206 specification. The standardization outcome reflects the growing dominance of lattice-based cryptography due to its favorable balance between security, efficiency, and deployment practicality. The withdrawal of the SIKE isogeny-based cryptosystem following successful cryptanalytic attacks further strengthened confidence in lattice-based approaches as the primary foundation for future quantum-resistant communication systems.
From a V2X perspective, each standardized algorithm exhibits different trade-offs. Kyber [
8] provides efficient key establishment with moderate communication overhead, making it a promising candidate for post-quantum Authentication and Key Agreement (AKA) protocols. Dilithium [
9] offers strong and implementation-friendly digital signatures but introduces larger signature sizes that may affect bandwidth-constrained vehicular environments. SPHINCS+ [
10] provides conservative security guarantees based solely on hash functions but suffers from substantial communication overhead due to its large signatures. Falcon [
11] achieves compact signatures and improved bandwidth efficiency; however, its implementation complexity and reliance on floating-point arithmetic present challenges for resource-constrained automotive embedded platforms.
Overall, the NIST PQC standardization initiative provides a practical foundation for the development of quantum-resistant V2X communication systems. Nevertheless, significant challenges remain in adapting these algorithms to the stringent latency, bandwidth, storage, and computational constraints of safety-critical vehicular environments. Consequently, optimizing the deployment of standardized PQC algorithms for real-time V2X authentication and key management remains an important research direction.
4.3. Comparative Analysis of Standardized Post-Quantum Cryptographic Approaches for Secure V2X Communication
The comparative analysis of standardized post-quantum cryptographic approaches as summarized in
Table 8 reveals that the transition toward quantum-resistant V2X communication systems represents a fundamental architectural transformation rather than a simple cryptographic algorithm replacement.
Unlike conventional Internet security environments, autonomous vehicular communication systems operate under extremely stringent real-time, bandwidth, reliability, and embedded resource constraints, where cryptographic overhead directly influences physical driving safety. Consequently, the practical applicability of post-quantum cryptography in V2X systems must be evaluated not only from a theoretical security perspective, but also through the multidimensional interaction among communication latency, payload efficiency, computational complexity, hardware feasibility, and vehicular scalability.
Among the standardized post-quantum approaches, lattice-based cryptography [
69,
70] has clearly emerged as the dominant technological direction for secure autonomous vehicular communication. This dominance is not accidental but results from lattice cryptography providing the most balanced compromise among security rigor, implementation efficiency, and engineering practicality. In contrast to code-based and hash-based approaches, lattice-based schemes offer moderate key sizes, relatively efficient polynomial arithmetic, and strong worst-case to average-case hardness reductions. More importantly, lattice-based cryptography supports advanced functionalities such as Fully Homomorphic Encryption (FHE), Zero-Knowledge Proofs (ZKP), and Attribute-Based Encryption (ABE), which are expected to become increasingly important in future intelligent transportation ecosystems involving cooperative AI, federated learning, and privacy-preserving vehicular analytics.
The comparative analysis of standardized post-quantum cryptographic approaches reveals that the transition toward quantum-resistant V2X communication systems represents a fundamental architectural transformation rather than a simple cryptographic algorithm replacement. Unlike conventional Internet security environments, autonomous vehicular communication systems operate under extremely stringent real-time, bandwidth, reliability, and embedded resource constraints, where cryptographic overhead directly influences physical driving safety. Consequently, the practical applicability of post-quantum cryptography in V2X systems must be evaluated not only from a theoretical security perspective, but also through the multidimensional interaction among communication latency, payload efficiency, computational complexity, hardware feasibility, and vehicular scalability. Falcon partially alleviates this communication bottleneck by significantly reducing signature sizes compared with Dilithium. Nevertheless, Falcon introduces another dimension of engineering complexity through its dependence on floating-point arithmetic and Fast Fourier Sampling operations. Unlike desktop and server-class systems, automotive ECUs and low-power microcontrollers are highly constrained in floating-point computation capability. Many embedded vehicular platforms lack dedicated hardware FPUs, causing Falcon implementations to rely on software-emulated floating-point operations that substantially degrade performance and increase side-channel attack exposure. Consequently, the practical deployment challenge of Falcon is not purely cryptographic but fundamentally hardware architectural in nature. This observation highlights a broader issue within PQC research: many algorithmic performance evaluations conducted on general-purpose computing platforms do not accurately reflect the constraints of real-world automotive embedded systems.
Besides that, the comparative analysis further demonstrates that alternative PQC approaches currently remain less suitable for autonomous vehicular communication systems. Code-based cryptography [
71,
72], while possessing extremely strong cryptanalytic confidence, introduces prohibitively large public key sizes that directly conflict with bandwidth-sensitive V2X communication environments. Similarly, SPHINCS+ [
28,
73] achieves highly conservative security guarantees but suffers from excessive signature overhead unsuitable for frequent low-latency vehicular message broadcasting. The complete cryptanalytic failure of Rainbow and SIKE during the NIST evaluation [
12,
74] process additionally reinforces the importance of long-term cryptographic resilience and highlights the inherent uncertainty associated with emerging post-quantum constructions. These events collectively strengthen the current industrial and academic preference toward lattice-based cryptography for future V2X security infrastructures.
More significantly, the findings reveal that the core challenge of post-quantum V2X security extends beyond cryptographic security itself and increasingly becomes a systems engineering optimization problem. Future vehicular security architectures must simultaneously optimize multiple conflicting objectives, including quantum resistance, authentication latency, communication bandwidth efficiency, memory consumption, energy efficiency, privacy preservation, trust scalability, and interoperability with legacy vehicular PKI infrastructures. The coexistence of these constraints creates a multidimensional optimization space in which improving one security dimension often degrades another. For example, increasing cryptographic security levels generally enlarges signature sizes and computational complexity, while aggressive latency optimization may weaken security robustness or privacy guarantees.
This multidimensional trade-off strongly suggests that future V2X security systems will likely adopt hybrid and adaptive cryptographic architecture rather than relying exclusively on a single post-quantum algorithm. Hybrid ECC-PQC schemes currently represent the most practical transitional approach because they preserve compatibility with existing vehicular PKI ecosystems while gradually introducing quantum-resistant mechanisms. Nevertheless, hybrid architecture also introduces additional complexity involving composite signatures, dual-certificate management, protocol synchronization, and increased trust management overhead. Most importantly, the analysis identifies that substantial future breakthroughs are still required before fully practical post-quantum autonomous vehicular communication can be achieved. Current standardized PQC algorithms were primarily optimized for general-purpose computing environments rather than ultra-low-latency vehicular systems. Therefore, future research directions should focus on lightweight lattice optimization, sparse polynomial arithmetic, Number Theoretic Transform (NTT) acceleration, hardware-assisted cryptography, edge-assisted authentication offloading, and scalable post-quantum trust architectures specifically tailored for vehicular ecosystems. In particular, integrating sparse polynomial techniques with advanced algebraic structures such as bi-cyclic rings may offer promising opportunities to simultaneously reduce computational complexity, communication overhead, and memory consumption while preserving strong quantum-resistant security.
Overall, the comparative findings indicate that post-quantum V2X security remains an open and rapidly evolving research domain where cryptographic theory, embedded system engineering, vehicular networking, and intelligent transportation infrastructures must converge. The ultimate success of post-quantum autonomous vehicular communication will depend not only on achieving theoretical quantum resistance, but on developing lightweight, scalable, interoperable, and safety-aware security architectures capable of operating under the extremely demanding constraints of real-world intelligent transportation systems.
5. Lattice-Based Cryptographic Foundations and Polynomial
Optimization for Secure Post-Quantum V2X Communication
Lattice-based cryptography has emerged as the dominant mathematical foundation for post-quantum Authentication and Key Agreement (AKA) protocols due to its strong worst-case hardness guarantees, efficient algebraic constructions, and practical implementation feasibility under resource-constrained environments. Unlike classical public-key cryptographic systems such as RSA and Elliptic Curve Cryptography (ECC), whose security relies on integer factorization and discrete logarithm problems vulnerable to Shor’s quantum algorithm, lattice-based cryptography derives its security from computationally hard geometric problems defined over high-dimensional Euclidean lattices. These problems are currently believed to remain computationally intractable even in the presence of large-scale quantum computers, making lattice-based cryptography one of the most promising foundations for long-term secure V2X communication systems.
Mathematically, a lattice is a discrete additive subgroup generated by integer linear combinations of linearly independent basis vectors in Rn. The security of modern lattice-based cryptographic schemes is primarily rooted in several hard problems, including the Shortest Vector Problem (SVP), Closest Vector Problem (CVP), Short Integer Solution (SIS), and Learning With Errors (LWE). Among these, LWE and its structured variants have become particularly important due to their strong worst-case to average-case hardness reductions and practical suitability for efficient cryptographic implementations.
The Learning With Errors problem, first formalized by Regev [
70], introduces controlled random noise into linear systems over finite fields, making recovery of secret vectors computationally infeasible. One of the most important theoretical properties of LWE is its reduction from worst-case lattice problems, providing substantially stronger security assurance compared with many classical cryptographic assumptions. However, despite its strong theoretical foundation, plain LWE introduces extremely large matrix dimensions, key sizes, and computational complexity, rendering direct deployment impractical for latency-sensitive V2X communication systems.
To address these limitations, structured lattice variants such as Ring-LWE (RLWE) and Module-LWE (MLWE) were introduced to improve computational efficiency while preserving quantum-resistant security. RLWE transforms high-dimensional matrix operations into polynomial arithmetic over algebraic rings, enabling efficient polynomial multiplication through Number Theoretic Transform (NTT)-based acceleration. This optimization reduces multiplication complexity from quadratic complexity, O(n2), to quasi-linear complexity, O(n log n), thereby improving computational efficiency by one to two orders of magnitude under practical parameter settings. Consequently, RLWE-based schemes substantially reduce communication overhead, memory consumption, and execution latency, making them significantly more suitable for embedded vehicular systems.
Module-LWE (MLWE) further extends this optimization framework by balancing the strong security properties of plain LWE with the computational efficiency of RLWE. Instead of relying on a single polynomial ring, MLWE introduces module structures that preserve stronger non-commutative security characteristics while maintaining efficient polynomial arithmetic. This balance between security rigor and implementation practicality explains why NIST-standardized algorithms such as CRYSTALS-Kyber and CRYSTALS-Dilithium are both fundamentally based on MLWE-related constructions. For autonomous vehicular communication systems, MLWE currently represents one of the most practical post-quantum cryptographic foundations due to its moderate key sizes, relatively efficient computation, and scalability under resource-constrained embedded platforms.
Efficient polynomial multiplication remains one of the most critical computational bottlenecks in lattice-based cryptography. To overcome this limitation, modern post-quantum cryptographic schemes extensively employ the Number Theoretic Transform (NTT), which functions as the finite-field analogue of the Fast Fourier Transform (FFT). NTT transforms polynomial convolution operations into element-wise multiplication in the transform domain, dramatically improving arithmetic efficiency. The cyclotomic polynomial ring, Rq = Zq[x]/(xn + 1), is widely adopted in lattice-based cryptographic systems because it enables efficient modular polynomial factorization and highly optimized NTT implementation.
For V2X communication systems, NTT acceleration is particularly important because authentication latency directly influences traffic safety and vehicular responsiveness. Recent optimization studies demonstrate that highly optimized NTT implementations on ARM Cortex-M4 microcontrollers can reduce Kyber key generation latency to below 1 ms, significantly improving the practicality of post-quantum cryptography for real-time vehicular communication environments. Hardware-assisted acceleration using AVX2 vectorization, pipelined polynomial arithmetic, and optimized modular reduction further demonstrates that lattice-based cryptography can approach the performance requirements of embedded autonomous vehicular systems.
Nevertheless, NTT optimization introduces several engineering challenges involving cache scheduling, memory access patterns, side-channel resistance, modular reduction efficiency, and implementation portability across heterogeneous automotive hardware architectures. These challenges become even more severe under low-power vehicular ECUs where memory resources, computational throughput, and energy budgets remain highly constrained. Consequently, lightweight NTT optimization and efficient polynomial arithmetic remain active research areas in the development of practical post-quantum AKA protocols for autonomous vehicular communication systems.
Overall, the evolution from plain LWE toward structured RLWE and MLWE architectures, combined with NTT-based polynomial acceleration, represents a critical transition from theoretical post-quantum security toward practical cryptographic deployment in intelligent transportation systems. The combination of strong quantum-resistant security guarantees, efficient polynomial arithmetic, and embedded implementation feasibility positions lattice-based cryptography as the dominant foundation for next-generation secure V2X communication infrastructures. However, achieving fully practical post-quantum vehicular authentication still requires further breakthroughs in lightweight lattice optimization, sparse polynomial arithmetic, hardware-assisted acceleration, and scalable low-latency trust management architectures specifically tailored for autonomous vehicular ecosystems.
Table 9 compares representative lattice-based cryptographic techniques and NTRU variants proposed for post-quantum V2X authentication and key agreement protocols, highlighting their security features, performance characteristics, and application suitability.
6. Practical Deployment Challenges and Performance Trade-Offs of Post-Quantum V2X Authentication Protocols
6.1. Signature Size Constraints in V2X Communication Systems
One of the most critical deployment challenges of post-quantum Authentication and Key Agreement (AKA) protocols in autonomous vehicular communication systems is the substantial increase in digital signature and ciphertext sizes compared with classical cryptographic schemes. Unlike conventional Internet environments where moderate communication overhead may be tolerable, V2X communication systems operate under highly constrained wireless bandwidth and strict real-time latency requirements. Consequently, even moderate increases in cryptographic payload size may significantly affect communication reliability, channel congestion, packet fragmentation, and safety-critical message delivery performance. Current Dedicated Short-Range Communications (DSRC)-based vehicular communication systems are built upon the IEEE 802.11p/WAVE protocol stack, which provides an effective payload limit of approximately 2304 bytes per frame. Under classical cryptography, this payload limitation does not pose a significant challenge because ECDSA-P256 signatures require only 64 bytes, occupying less than 3% of the available DSRC payload. However, the transition toward post-quantum cryptography fundamentally changes this communication efficiency model.
As shown in
Table 10, several NIST-standardized post-quantum signature schemes substantially exceed the DSRC payload limitation [
9,
11]. For example, ML-DSA-44 signatures already exceed the DSRC payload capacity by approximately 5%, while ML-DSA-65 and ML-DSA-87 exceed the limit by approximately 43% and 99%, respectively. Such oversized signatures introduce mandatory packet fragmentation, which significantly increases communication latency, packet loss probability, retransmission overhead, and synchronization complexity in dense vehicular environments.
Among the evaluated algorithms, Falcon (FN-DSA) demonstrates the best communication efficiency due to its compact signature sizes. Both FN-DSA-512 and FN-DSA-1024 can be transmitted within a single DSRC or C-V2X frame, making them significantly more suitable for latency-sensitive vehicular broadcasting scenarios. However, Falcon introduces substantial implementation complexity due to its reliance on floating-point arithmetic and Fast Fourier Sampling operations, which remain difficult to deploy efficiently on resource-constrained automotive ECUs. The payload constraint challenge becomes even more severe in C-V2X sidelink communication environments. Under the C-V2X PC5 interface, the Maximum Transmission Unit (MTU) is typically around 1400 bytes. Consequently, ML-DSA-65 and ML-DSA-87 signatures require transmission across multiple IP packets, further increasing fragmentation overhead and communication delay. These findings demonstrate that signature size optimization remains one of the most important open challenges for practical post-quantum V2X authentication systems.
6.2. Computational Overhead and Latency Constraints in Post-Quantum V2X Communication Systems
Beyond communication payload limitations, computational overhead represents another major barrier to the deployment of post-quantum V2X authentication protocols. Autonomous vehicular communication systems impose extremely strict real-time requirements because authentication latency directly influences driving safety, collision avoidance capability, and cooperative vehicular decision-making. Safety-critical V2X applications typically require end-to-end authentication and message verification latency below 20 ms, while some ultra-reliable low-latency communication (URLLC) scenarios target sub-10 ms or even sub-5 ms latency. Under these constraints, even modest increases in cryptographic execution time may become operationally unacceptable.
Table 11 summarizes the performance of representative post-quantum Key Encapsulation Mechanisms (KEMs) on ARM Cortex-M4 embedded platforms commonly used in automotive and IoT environments [
19,
75]. The results indicate that Kyber-768 currently represents the most practical post-quantum KEM for real-time vehicular communication systems. Its total execution latency of approximately 2.7 ms is only marginally slower than classical ECDH-P256 while still providing Level-3 post-quantum security. This performance explains why Kyber has become the preferred NIST-standardized post-quantum KEM for practical deployment scenarios. In contrast, FrodoKEM exhibits extremely high computational overhead, with total execution latency approaching 100 ms, substantially exceeding the real-time latency tolerance of most V2X applications. Although FrodoKEM provides stronger conservative security assumptions due to its unstructured LWE construction, its computational and memory overhead render it impractical for embedded autonomous vehicular systems.
NTRU-based schemes demonstrate an interesting intermediate trade-off. Although NTRU-HRSS and NTRU-HPS exhibit higher key generation latency than Kyber, their encapsulation and decapsulation operations remain relatively efficient. Furthermore, when precomputed key strategies are employed, online encapsulation latency may become lower than Kyber, making NTRU-based architectures highly promising for latency-sensitive V2X authentication environments. To further contextualize post-quantum performance overhead,
Table 12 compares representative PQC KEM algorithms with classical ECDH-P256. The comparison reveals that Kyber is currently the only standardized PQC KEM whose performance approaches that of classical ECDH under embedded deployment conditions. Nevertheless, even Kyber introduces additional computational overhead that may become significant in high-density vehicular communication scenarios involving large-scale authentication operations. Digital signature generation and verification further exacerbate this computational challenge. On ARM Cortex-M4 platforms, Dilithium signature generation may require approximately 4.5 ms, while Falcon signature generation varies substantially depending on hardware floating-point support. Without dedicated FPU acceleration, Falcon signature generation latency may increase beyond 15 ms, approaching or exceeding the safety-critical latency threshold of autonomous vehicular systems.
6.3. Storage and Embedded Resource Constraints
In addition to communication and computational challenges, storage and memory consumption represent major deployment barriers for post-quantum V2X authentication protocols. Unlike traditional server-class environments, vehicular onboard units (OBUs) and automotive ECUs operate under highly constrained memory budgets, often limited to only a few hundred kilobytes of RAM.
Table 13 summarizes the storage requirements of representative post-quantum KEM algorithms. The analysis reveals that Kyber and NTRU-based schemes introduce relatively manageable storage overhead under typical automotive embedded environments. In contrast, FrodoKEM consumes more than 60 kB of total storage, making it highly impractical for low-power vehicular onboard units with limited RAM capacity.
The storage challenge becomes even more severe when considering full vehicular PKI ecosystems. Post-quantum certificates, certificate chains, revocation lists, and trust anchors significantly increase memory requirements compared with classical ECC-based PKI infrastructures. For example, replacing ECDSA certificates with ML-DSA certificates may increase certificate sizes from approximately 64 bytes to several kilobytes. Under large-scale vehicular deployments, cumulative certificate chain storage may easily exceed tens of kilobytes per vehicle, substantially increasing OBU memory pressure. Consequently, future post-quantum V2X systems will likely require advanced optimization mechanisms including hierarchical certificate architectures, certificate compression, lightweight trust delegation, and edge-assisted cryptographic offloading.
6.4. Comprehensive Trade-Off Analysis and Research Implications
The comprehensive evaluation of post-quantum cryptographic algorithms for V2X authentication systems reveals that practical deployment feasibility is governed by a complex multidimensional trade-off among signature size, computational latency, storage overhead, embedded implementation complexity, and quantum-resistant security strength. Unlike conventional Internet security environments, autonomous vehicular communication systems impose strict safety-critical timing constraints, where cryptographic overhead directly influences vehicular responsiveness, collision avoidance capability, and overall transportation safety. Consequently, evaluating post-quantum Authentication and Key Agreement (AKA) protocols for V2X systems requires balancing not only cryptographic security but also real-time operational feasibility under highly resource-constrained embedded environments. The analysis illustrated in
Table 14 demonstrates that existing standardized post-quantum algorithms exhibit fundamentally different optimization priorities across multiple performance dimensions.
Falcon (FN-DSA) achieves the most favorable communication efficiency due to its compact signature sizes, making it highly attractive for DSRC- and C-V2X-based vehicular communication systems where payload fragmentation significantly affects latency and packet reliability. However, Falcon simultaneously exhibits the highest implementation complexity because of its dependence on floating-point arithmetic and Fast Fourier Sampling operations. In automotive ECUs lacking dedicated hardware floating-point acceleration, Falcon execution latency may increase substantially, thereby reducing its practical suitability for low-power vehicular platforms. In contrast, CRYSTALS-Dilithium (ML-DSA) provides stronger implementation simplicity, deterministic arithmetic operations, and improved side-channel resistance. These characteristics make Dilithium significantly easier to implement securely on embedded vehicular systems. Nevertheless, its extremely large signature sizes create severe communication overhead under DSRC and C-V2X payload constraints. Higher-security Dilithium parameter sets often require fragmentation across multiple packets, introducing increased transmission delay, retransmission probability, channel congestion, and synchronization complexity in dense vehicular environments.
Kyber (ML-KEM) currently represents the most balanced post-quantum Key Encapsulation Mechanism for practical V2X deployment. Experimental evaluations on ARM Cortex-M4 platforms demonstrate that Kyber-768 achieves total execution latency of approximately 2.7 ms, which remains relatively close to classical ECDH-P256 performance while still providing strong Level-3 post-quantum security. This relatively efficient execution profile positions Kyber as one of the few standardized PQC algorithms capable of approaching the stringent real-time constraints required in autonomous vehicular communication systems. NTRU-based cryptographic schemes further demonstrate promising characteristics for lightweight post-quantum vehicular security due to their efficient polynomial arithmetic, compact ciphertext structures, and relatively moderate storage overhead. In particular, optimized sparse polynomial NTRU variants appear highly suitable for resource-constrained automotive ECUs. However, current NTRU implementations still face challenges involving parameter optimization, standardization maturity, side-channel resistance, and large-scale interoperability within future vehicular PKI ecosystems.
The analysis additionally reveals that code-based and hash-based cryptographic approaches currently remain unsuitable for real-time vehicular authentication scenarios. FrodoKEM introduces extremely high computational and storage overhead due to its unstructured LWE construction, while SPHINCS+ suffers from excessively large signatures that fundamentally conflict with bandwidth-sensitive vehicular communication requirements. Although these schemes provide strong conservative security guarantees, their practical deployment feasibility in latency-sensitive autonomous driving systems remains highly limited. More importantly, the findings demonstrate that no existing post-quantum cryptographic algorithm simultaneously satisfies the three critical constraints of next-generation V2X security systems: (i) strong post-quantum security; (ii) ultra-low safety-critical latency; and (iii) lightweight embedded resource consumption. This “triple-constraint problem” fundamentally distinguishes post-quantum V2X security from conventional Internet cryptography. Improving one performance dimension often degrades another. For example, increasing cryptographic security levels generally enlarges signature sizes and computational overhead, whereas aggressive latency optimization may weaken implementation robustness or long-term security margins.
Consequently, future autonomous vehicular communication systems will likely adopt hybrid and adaptive cryptographic architectures rather than relying on a single standalone PQC algorithm. Hybrid ECC-PQC authentication mechanisms currently represent the most practical transitional solution because they preserve compatibility with existing vehicular PKI infrastructures while gradually introducing quantum-resistant security mechanisms. Under such architectures, classical ECC may continue supporting ultra-low-latency safety broadcasting, whereas post-quantum mechanisms provide long-term cryptographic protection for session establishment, certificate management, and infrastructure-level authentication. Our findings further indicate that future research should increasingly focus on lightweight lattice optimization techniques specifically designed for vehicular communication environments. Promising research directions include sparse polynomial arithmetic, hardware-assisted NTT acceleration, bi-cyclic NTRU structures, edge-assisted authentication offloading, adaptive cryptographic agility frameworks, and scalable post-quantum vehicular PKI architectures. In particular, integrating sparse polynomial optimization with advanced algebraic structures may significantly reduce computational complexity, storage overhead, and communication payload size while preserving strong post-quantum security guarantees. Overall, the analysis strongly suggests that the future success of post-quantum V2X authentication systems will depend not solely on theoretical quantum resistance, but on achieving an effective multidisciplinary balance among cryptographic security, real-time communication efficiency, embedded hardware feasibility, and large-scale intelligent transportation system scalability.
7. Conclusions and Future Research Directions
The evolution of autonomous vehicular technologies and intelligent transportation systems has significantly increased the importance of secure, reliable, and ultra-low-latency Vehicle-to-Everything (V2X) communication. However, the emergence of quantum computing fundamentally threatens the security foundations of existing vehicular communication infrastructures. Current V2X Authentication and Key Agreement (AKA) protocols predominantly rely on classical public-key cryptographic mechanisms such as RSA, ECC, ECDH, and ECDSA, all of which become vulnerable in the presence of sufficiently powerful quantum computers due to Shor’s algorithm. Consequently, the migration toward post-quantum cryptography (PQC) is no longer optional but essential for ensuring the long-term security, privacy, and operational sustainability of autonomous vehicular communication systems. This survey has presented a comprehensive review of post-quantum Authentication and Key Agreement protocols for secure V2X communication in autonomous driving environments. The survey systematically examined V2X communication architectures, security requirements, classical and post-quantum AKA protocols, the NIST PQC standardization process, lattice-based cryptographic foundations, NTRU optimization techniques, and the practical deployment challenges associated with post-quantum authentication in real-time vehicular systems. Through extensive comparative analysis of representative V2X authentication schemes and standardized PQC algorithms, the study identified the fundamental trade-offs among quantum-resistant security, authentication latency, communication payload efficiency, computational complexity, and embedded implementation feasibility.
Our findings reveal that lattice-based cryptography has emerged as the dominant technological foundation for practical post-quantum V2X security architectures. In particular, MLWE- and RLWE-based constructions such as Kyber and Dilithium currently provide the most balanced compromise between cryptographic security and implementation practicality. Kyber demonstrates relatively efficient execution latency and moderate communication overhead, making it the most deployment-ready post-quantum Key Encapsulation Mechanism for vehicular communication systems. Falcon achieves excellent bandwidth efficiency through compact signatures, whereas Dilithium offers stronger implementation simplicity and side-channel resilience. Nevertheless, despite significant progress in PQC standardization, current post-quantum algorithms still exhibit substantial limitations when deployed under the stringent latency and resource constraints of autonomous vehicular environments.
More importantly, this survey demonstrates that no existing post-quantum cryptographic algorithm simultaneously satisfies the three critical requirements of next-generation V2X communication systems: strong post-quantum security, safety-critical ultra-low latency, and lightweight embedded resource consumption. This “triple-constraint problem” represents the core challenge of practical post-quantum V2X authentication. ECC-based schemes remain highly efficient and deployment-mature but fundamentally fail to provide long-term quantum resistance. Conversely, post-quantum schemes offer strong security guarantees but introduce significantly larger signatures, increased computational overhead, higher memory consumption, packet fragmentation, and embedded implementation complexity. The survey further reveals that communication payload efficiency has become one of the most significant bottlenecks in PQC-based V2X authentication systems. Signature schemes such as Dilithium and SPHINCS+ frequently exceed DSRC and C-V2X payload limitations, causing fragmentation and retransmission overhead that directly affect communication reliability and vehicular responsiveness. Furthermore, embedded deployment feasibility remains a major engineering challenge, particularly for algorithms requiring floating-point arithmetic, large memory footprints, or computationally intensive polynomial operations.
Based on the findings of this survey, several important future research directions have been identified below:
- i.
Hybrid Cryptographic Architectures for Transitional V2X Security
Future autonomous vehicular communication systems are expected to adopt hybrid cryptographic frameworks that combine classical ECC-based mechanisms with post-quantum cryptography (PQC). Hybrid architectures provide backward compatibility with existing vehicular PKI infrastructures while gradually introducing quantum-resistant security. Such approaches allow real-time safety messages to continue using lightweight classical cryptography while PQC mechanisms protect long-term session establishment, certificate management, and infrastructure-level authentication.
- ii.
Lightweight Post-Quantum Authentication Protocols
Existing standardized PQC algorithms were primarily designed for general-purpose computing systems rather than highly resource-constrained vehicular environments. Future research should focus on designing ultra-lightweight post-quantum Authentication and Key Agreement (AKA) protocols with reduced computational complexity, smaller signatures, and lower communication overhead suitable for real-time V2X communication.
- iii.
Hardware-Assisted PQC Acceleration for Vehicular ECUs
The computational overhead of post-quantum cryptography remains a major challenge for low-power automotive ECUs. Future vehicular processors may require dedicated cryptographic accelerators supporting NTT operations, modular arithmetic, polynomial multiplication, and lattice-based computations. Hardware-assisted PQC acceleration will be essential for achieving real-time authentication in autonomous driving environments.
- iv.
Efficient NTT and Polynomial Multiplication Optimization
Number Theoretic Transform (NTT) operations dominate the computational cost of many lattice-based cryptographic algorithms. Future research should investigate lightweight NTT scheduling, pipelined modular reduction, cache-aware polynomial multiplication, and low-memory arithmetic optimization techniques to improve embedded deployment feasibility for V2X systems.
- v.
Adaptive Cryptographic Agility Frameworks
Future intelligent transportation systems will require dynamic cryptographic agility capable of switching among multiple cryptographic primitives according to latency requirements, hardware capabilities, communication conditions, and security levels. Adaptive frameworks will enable vehicles to optimize security-performance trade-offs in real time under heterogeneous vehicular environments.
- vi.
Lightweight Post-Quantum Vehicular PKI Architectures
Existing vehicular PKI ecosystems were designed around compact ECC certificates and signatures. The larger certificate sizes introduced by PQC schemes create scalability and storage challenges. Future research should focus on hierarchical certificate architectures, certificate compression mechanisms, lightweight revocation systems, and edge-assisted trust management frameworks optimized for post-quantum vehicular networks.
- vii.
Edge-Assisted and Cloud-Assisted Authentication Offloading
To reduce computational burden on vehicular onboard units (OBUs), future V2X systems may increasingly leverage roadside edge servers and cloud infrastructures for partial authentication processing and cryptographic computation offloading. Efficient edge-assisted PQC frameworks could significantly reduce authentication latency and energy consumption under resource-constrained vehicular environments.
- viii.
Privacy-Preserving Post-Quantum Authentication
Future V2X communication systems must simultaneously support quantum-resistant security and user privacy preservation. Research should focus on integrating post-quantum pseudonym systems, ring signatures, group signatures, and anonymous authentication frameworks capable of providing anonymity, unlinkability, and conditional privacy preservation under quantum-resistant security assumptions.
- ix.
Secure Integration with 5G/6G and Edge Intelligence
Emerging 5G/6G-enabled V2X systems will integrate edge intelligence, network slicing, AI-assisted traffic management, and cooperative autonomous driving. Future PQC-based V2X authentication frameworks must support seamless integration with next-generation communication infrastructures while preserving ultra-low latency and large-scale scalability.
- x.
Side-Channel Resistant PQC Implementations
Many lattice-based cryptographic algorithms remain vulnerable to timing attacks, power analysis, cache leakage, and fault injection attacks during embedded implementation. Future research should prioritize constant-time arithmetic, masking techniques, secure sampling mechanisms, and side-channel-resistant hardware implementations suitable for automotive ECUs.
- xi.
Real-World Experimental Validation and Vehicular Testbeds
Most existing PQC-V2X studies rely heavily on simulations and theoretical benchmarking. Future work should involve hardware-in-the-loop testing, vehicular field experiments, real-world DSRC/C-V2X deployment evaluation, and large-scale intelligent transportation testbeds to validate the practicality of post-quantum authentication systems under realistic traffic conditions.
- xii.
AI-Assisted Cryptographic Optimization for V2X Systems
Artificial intelligence and machine learning may play an important role in future cryptographic optimization. AI-assisted approaches could dynamically optimize cryptographic parameter selection, authentication scheduling, edge offloading decisions, and communication resource allocation based on vehicular mobility patterns and network congestion conditions.
- xiii.
Standardization and Interoperability Frameworks for PQC-V2X
Although NIST has standardized several PQC algorithms, standardized frameworks specifically targeting vehicular communication systems remain immature. Future research should support the development of interoperable PQC-V2X standards, secure migration guidelines, protocol compatibility frameworks, and industry-level deployment architectures for intelligent transportation systems.
Figure 3 presents a taxonomy of the major challenges and future research directions for post-quantum Authentication and Key Agreement (AKA) protocols in V2X communication systems. The identified challenges are categorized into four key dimensions, namely security and privacy challenges, performance and resource constraints, deployment and interoperability issues, and V2X-specific environmental challenges. Based on these challenges, several promising research directions are highlighted, including lightweight post-quantum cryptographic schemes, hybrid classical–post-quantum authentication frameworks, hardware-accelerated implementations, edge-assisted authentication architectures, AI-driven trust management, and scalable cross-domain security mechanisms for next-generation autonomous vehicular networks.
While practical deployment validation remains insufficiently explored in the current literature, most existing studies rely heavily on theoretical analysis and simulation-based evaluations, while real-world vehicular experiments, hardware-in-the-loop testing, and large-scale intelligent transportation testbeds remain limited. Future work should therefore emphasize realistic deployment validation under actual vehicular communication environments to ensure the scalability, interoperability, robustness, and practicality of post-quantum authentication protocols. In conclusion, the transition toward quantum-resistant V2X communication represents one of the most significant security transformations in the evolution of autonomous vehicular systems. Although substantial progress has been achieved in post-quantum cryptography standardization and lattice-based optimization, considerable research and engineering challenges remain before fully practical post-quantum autonomous vehicular communication can be realized. The future success of PQC-based V2X authentication systems will ultimately depend on the ability to achieve an effective multidisciplinary balance among cryptographic security, real-time communication efficiency, embedded implementation feasibility, scalability, and intelligent transportation system interoperability.