Entanglement-based Quantum Networks and the Security Landscape
A security strategy that includes Quantum Networking ensures resilience in the face of an ever-evolving threat landscape today and into the future.
A security strategy that includes Quantum Networking ensures resilience in the face of an ever-evolving threat landscape today and into the future.
Do you want to download a printable PDF of this white paper? Click here to download it directly.
CONTENTS
Symmetric encryption
Asymmetric encryption
Vulnerabilities of today’s encryption algorithms
RSA and Shor’s Algorithm
AES and Grover’s Algorithm
Information-theoretic Security
Quantum Secure Communication Protocols
The Evolving Security Landscape
Integrating Entanglement-based Quantum Networks
Organizations must continually navigate the protection of digital assets in an ever-evolving threat landscape. Classical encryption algorithms such as symmetric and asymmetric encryption form the cornerstone of cybersecurity, safeguarding everything from individual privacy to global financial transactions. Symmetric encryption relies on a single key for both encryption and decryption, making it fast and efficient for securing large volumes of data. Asymmetric encryption, on the other hand, uses a pair of keys — one public and one private — to facilitate secure data exchange over unsecured channels. While effective against classical computing threats, quantum computation is more powerful. Quantum computers, with their ability to solve complex mathematical problems at unprecedented speeds, will be able to break these cryptographic systems. Development and adoption of quantum-safe methods that can withstand the sophisticated computational capabilities of quantum technology are needed in order to ensure the continued protection of sensitive information.
Today’s security is underpinned by symmetric and asymmetric encryption algorithms.
In symmetric encryption, a sender will encrypt information with a single pre-shared secret key that the receiver then uses to decrypt the message. This key must be kept secret between sender and receiver, or the information encrypted with the key could be compromised. Symmetric encryption is very efficient: it uses just one key and can encrypt large amounts of data quickly, and the resulting ciphertext is relatively small. Symmetric key schemes include AES, TDEA, and hash-based password systems.
AES (Advanced Encryption Standard) is a symmetric block cipher that encrypts data in fixed-size blocks. It's widely used to secure sensitive data due to its efficiency and strong security characteristics. AES is one of the most popular symmetric encryption algorithm in use today.
Here’s how AES encryption works[AES]:
The challenge with symmetric encryption algorithms like AES is sharing the key in a secure manner, so that the information it protects won’t be compromised. For this reason, symmetric encryption is often used in combination with asymmetric encryption.
In asymmetric encryption, two keys are used to encrypt and decrypt information. One key is publicly available, and one key is private and known only to the receiver. In this scheme, the sender encrypts data with the public key of the receiver, and the receiver decrypts the message with the private key. The public keys can be shared with any potential sender, but the private key is owned only by the receiver. This provides a one-way communication of data, and any adversary intercepting the data wouldn’t be able to decrypt it without the private key. Asymmetric encryption schemes include RSA, Elliptical Curve Cryptography, and Diffie-Hellman.
Asymmetric encryption, such as RSA, is commonly used along with a symmetric encryption algorithm, such as AES. An AES symmetric key is encrypted using an asymmetric RSA algorithm, and sent to the receiver. Subsequent secret data transmissions are then encrypted using the AES symmetric key.
The underlying security of RSA is based on the computational hardness of factoring a large composite number into its prime factors.
RSA relies on the practical difficulty of factoring the product of two large prime numbers, making it computationally infeasible to derive p and q from N. This ensures that while the public key (N, e) can be widely distributed and used for encrypting messages, the private key (N, d) remains secure and confidential, capable of decrypting the information. Hence, without access to the private key, it is extremely difficult to derive the plaintext from the ciphertext. Here’s how RSA works[RSA]:
Both symmetric and asymmetric algorithms are vulnerable to quantum attacks. Shor's algorithm enables quantum computers to factor large integers and compute discrete logarithms very quickly. Similarly, Grover's algorithm can significantly reduce the time required to brute-force symmetric keys, effectively halving the bit strength of algorithms like AES.
RSA encryption is based on the principle that it is easy to multiply large numbers together but difficult to factorize the product back into its original prime factors. The security of RSA depends on the computational difficulty of the integer factorization problem. Any cryptographic algorithm that relies on integer factorization for security is vulnerable to Shor’s algorithm.
The integer factorization problem, discrete logarithm, period-finding problem, and hidden-subgroup problem are all vulnerable to Shor’s algorithm. Shor’s algorithm solves these problems exponentially faster than classical methods; any cryptographic system could be rendered insecure by a quantum computer capable of running this algorithm. Here’s how Shor’s algorithm works:
At the heart of Shor’s algorithm lies the order-finding problem, which fundamentally transforms the approach to integer factorization. Traditional factorization involves breaking down a number, N, into its prime components, a task that grows exponentially harder as N increases. Shor's algorithm cleverly shifts this problem to finding the order of an element relative to N, which quantum algorithms can solve very efficiently.
Shor’s algorithm uses properties of modular arithmetic, focusing on finding the period or order of a number. The task is to find the smallest positive integer r such that ar = 1(mod N) , where N is the RSA modulus (product of two primes p and q), and a is a randomly chosen integer less than N that shares no common factors with N. The integer r is referred to as the "order" of a modulo N. The use of quantum Fourier transform to efficiently compute the period r is a key component of Shor’s algorithm. This quantum approach provides a significant speed advantage over classical methods, which do not have efficient means to determine r for large N, where N is the RSA modulus (product of two primes p and q). In summary, r is used in a process that exploits properties of modular arithmetic to find conditions under which the factors of N can be directly calculated.
Above is an example of a circuit for implementing Shor's algorithm.[QUANTUMCIRCUIT]
Shor’s Algorithm leverages quantum phase estimation. Quantum phase estimation is used to estimate the phase (or eigenvalue) of an eigenstate of a unitary operator, which is a critical operation in the manipulation and utilization of quantum information. Here is an overview of how this works[SHOR]:
Grover's algorithm is a method used in quantum computing to efficiently find a specific input for a function when only the output is known, which can be applied to cryptographic one-way functions. This is a critical vulnerability because a lot of cryptographic functions are one-way functions: they're easy to compute in one direction and difficult to compute in the other. Grover's algorithm is a quantum search algorithm that significantly impacts symmetric encryption algorithms like AES (Advanced Encryption Standard). Here's a brief explanation of how Grover's algorithm functions and its implications for AES[GROVER]:
Grover’s algorithm greatly reduces the effective security of AES. For example, AES-128, which classically would require 2^{128} operations to break, would need only about 2^{64} quantum operations[GROVER2]. This vulnerability makes AES-128 susceptible to quantum attacks using relatively modest-sized quantum computers.
Post Quantum Cryptography (PQC) is an evolving field of classical cryptographic methods designed to secure communication against the potential threat posed by quantum computation. PQC protocols have been developed and continue to evolve in order to withstand attacks from quantum algorithms. While there are many different ways to approach PQC, here the focus is on those approaches that are most robust.
Lattice-based cryptography is the cornerstone of many PQC methods due to its resistance to known quantum attacks, including those running Shor's algorithm. With lattice-based problems, the public key is derived from the definition of a lattice, while the private key is related to the problem solution. Some underlying mathematical challenges used in lattice-based cryptography include:
In 2016, NIST initiated a challenge to identify viable post-quantum cryptography algorithms, leading to several years of competitive development. As a result, the field has been narrowed to four finalists, three of which are based on lattice cryptography—either for signature schemes or key encapsulation methods. The fourth finalist uses hash trees with collision-resistant functions. This composition underscores the significance of lattice-based solutions in post-quantum cryptography research. Notably, while traditional encryption methods like RSA and elliptic curve cryptography remain susceptible to quantum attacks, these post-quantum candidates are intended to offer quantum resistance, although their absolute long-term security remains unproven.
Information-theoretic security refers to a standard of cryptography that is impossible to break, even with unlimited computational power and time. A foundational principle of information-theoretic security is that the encryption process introduces a level of randomness and uncertainty such that the output (ciphertext) appears completely random to anyone who does not possess the decryption key. In other words, the ciphertext does not reveal any patterns or provide any information that could lead to deducing the plaintext or the encryption key, making the system secure against all conceivable forms of attack.
Information-theoretic security is desirable because it guarantees permanent security, unaffected by advances in mathematics or computing power. However, achieving this level of security in practice is quite challenging.
The One Time Pad (OTP) is recognized as the only perfectly secure classical encryption method when applied correctly. This method requires that each encryption key be used exactly once and never reused. The OTP achieves what is known as information-theoretic security, making it immune to quantum attacks if implemented with a statistically unbiased key. The encryption process involves a straightforward operation where the plaintext message is combined with a key using the XOR (exclusive or) operation to produce ciphertext. This method ensures that the ciphertext reveals no information about the plaintext, maintaining zero mutual information between the two. This characteristic means that the entropy—or uncertainty—of the original message remains unchanged after encryption, ensuring that any intercepted ciphertext gives no insight into the original message.[OTP]
However, OTP's requirement for key uniqueness and length equal to the message makes practical application challenging. Key distribution poses a significant problem because a secure method to transmit the key without interception must already be in place. If that channel were in place, then creating a key might not be necessary to begin with; the secured channel would be used to send the data. Another practical challenge to using OTP is in the case of continuous secure communication: a new key of a length equivalent to the data must be continuously generated during transmission, which complicates the use of OTP in scenarios involving large data volumes or frequent communications.
Communication protocols such as teleportation and quantum secure direct communication (QSDC) provide information-theoretic security, making them resistant to any computational power, including future quantum computers. This security stems from fundamental scientific principles:
Entanglement. Entanglement is a phenomenon where quantum systems, such as a pair of photons used in quantum communication, become interconnected such that the state of one cannot be described without the other, regardless of the distance separating them. In quantum communication, entanglement is a valuable resource, especially for secure data transmission across entanglement-based Quantum Networks because any attempt to eavesdrop on the quantum state alters the state itself, thereby revealing the presence of an eavesdropper
.
In the example above, the first blue box shows two independent quantum systems, A and B, written as a tensor product. The measurement of A doesn't affect the measurement of B.
The equation in the second blue box describes an entangled system. In this case, the mathematical structure is not just a tensor product state. Once entangled, these systems cannot just be described by a simple tensor product. Instead, they exist in a state of superposition. In this state, any measurement of A immediately influences the state of B, reflecting a simultaneous collapse in the quantum state of both systems.
No-cloning Theorem. This theorem states that it is impossible to create an exact copy of an arbitrary unknown quantum state. This principle can be understood by considering a proposed unitary operation intended to clone quantum states.
Unitary operations, which are a type of linear operation in quantum mechanics, preserve the inner product between states. This preservation implies that if an operation could clone quantum states, it could only clone states that are mutually orthogonal, as non-orthogonal states would not retain their inner product values post-operation[NOCLONING]. This principle guarantees that secure information passed through quantum states cannot be cloned or intercepted without detection.
State distinguishability. State distinguishability is a concept that delineates the limits of what can be known about a quantum state without prior knowledge of how it was prepared. The ability to distinguish quantum states depends significantly on their orthogonality. Non-orthogonal states, which do not lie at perpendicular angles in the state space, have a higher degree of overlap, making them more challenging to differentiate. In contrast, orthogonal states, positioned at right angles to each other, are readily distinguishable[DISTINGUISHABILITY]. By utilizing measurements that depend on the state preparations, any disturbances introduced by an interceptor change the system's statistical output, revealing their presence.
Quantum Networking Protocols
These protocols leverage the unique properties discussed previously to enhance security and communication capabilities across networks. The primary objective of these protocols is to distribute entanglement between nodes, allowing for complex processes like teleportation and quantum secure direct communication (QSDC).
There are three main processes / protocols involved in distributing entanglement for end user applications:
Elementary entanglement generation, or EEG, is used to distribute entanglement between nearby devices. Note that for local area entanglement-based Advanced Secure Networks, repeaters or other scaling technologies are not necessary. In this case, EEG alone can be used for entanglement distribution.
Entanglement purification, sometimes known as entanglement distillation, is used to ensure that the quality, or fidelity, of the entanglement is at a high enough level throughout the entire entanglement distribution process so it can be used for end user applications.
Entanglement swapping is used to extend the distance of the entanglement distributed by EEG. Using swapping and EEG together aids in distributed entanglement across far distances.
More on these protocols can be found in the Advanced Secure Networking 101 White Paper
Teleportation. Teleportation is a protocol that enables transfer of quantum information (such as the quantum state of a particle) from one location to another, without physically moving the particle itself. Initially, two parties, Alice and Bob, share a pair of entangled qubits by using the protocols of EEG, entanglement purification, and entanglement swapping. Alice has a quantum state in a qubit that she wishes to teleport to Bob. Alice then performs a Bell-state measurement on the particle entangled with Bob’s and the particle whose state is to be teleported. This measurement entangles these two particles and projects their combined state onto one of the four Bell states (a specific type of quantum state that involves entanglement). Once Bob applies the correct operations, his particle assumes the quantum state of Alice's original particle. The state has been "teleported" from Alice to Bob, without the original particle having traveled through space.
More on teleportation can be found in the on-demand webinar.
Quantum Secure Direct Communication (QSDC). QSDC protocols facilitate secure direct communication without the need for pre-shared keys, which differentiates them from traditional Quantum Key Distribution (QKD) methods like BB84, where keys are generated and then used for encrypting messages sent over a classical channel. In QSDC, the quantum states themselves carry the information, eliminating the need for an additional classical channel to reconstruct the state, unlike teleportation. QSDC protocols are also able to detect eavesdropping in real time[QSDC].
One of the core challenges in implementing QSDC is the inherent limitations in quantum state transmission over long distances. This includes issues like photon loss, which increases exponentially with the distance, and the need for high fidelity in state preparation and measurement. Protocols must manage these challenges while maintaining a low quantum bit error rate (QBER) to ensure the integrity and security of the communication.
The Efficient Protocol. The Efficient Protocol within QSDC frameworks is executed in two rounds.
ROUND 1
Step 1 - Preparation of Entangled States: Alice prepares a set of entangled quantum states, often Bell states, which are pairs of qubits entangled in such a way that the state of one (no matter the distance) instantly correlates with the state of the other upon measurement.
Step 2 - Transmission of Half of the Entangled Pairs: Alice sends one half of each entangled pair to Bob. This initial shipment of qubits sets the stage for establishing a secure communication link.
Step 3 - Initial Measurements and QBER Assessment: Upon receiving the first half of the entangled pairs, both Alice and Bob perform quantum measurements on their respective qubits. These measurements are used to calculate the Quantum Bit Error Rate (QBER). The QBER helps assess the integrity of the transmission up to this point, checking for any potential eavesdropping or interference.
Step 4 - Security Check: If the QBER is within acceptable limits—indicating no interference or eavesdropping—the protocol proceeds. This check is crucial as it confirms that the quantum channel is secure and that the initial part of the communication has not been compromised.
ROUND 2
Step 1 - Transmission of Remaining Qubits: Once the first round's security is confirmed, Alice sends the remaining half of the entangled pairs to Bob. This second transmission may also include additional test positions to further verify security during this phase.
Step 2 - Final Measurements and Re-Evaluation of QBER: After receiving the second set of qubits, Alice and Bob again perform measurements. These are needed for a second assessment of the QBER to ensure that no interference occurred during the second phase of transmission.
Step 3 - Decoding of Information: If the second QBER assessment also indicates a secure transmission, Bob then proceeds to use Bell state measurements to decode the information encoded in the states sent by Alice. This step effectively completes the secure communication process, as Bob can now retrieve the data transmitted by Alice.
Step 4 - Completion of Secure Communication: The protocol concludes with Bob having securely received and decoded the information sent by Alice, using the entangled states and ensuring through the QBER checks that the transmission was free from eavesdropping.
Each round in the Efficient protocol is designed to incrementally build and then confirm the security of the communication channel, using principles of quantum mechanics to safeguard the data against unauthorized access or interference. This staged approach allows for real-time monitoring and assurance of security before sensitive information is fully transmitted.
The DL04 Protocol. The DL04 Protocol within QSDC frameworks is executed using single photon states. Information is being sent from Alice to Bob, but in this protocol Bob initiates the protocol.
Step 1 - Initiation by Bob: The protocol begins with Bob sending a stream of single-photon states to Alice. These photons are encoded in a variety of bases, which could include both the standard computational bases (denoted as 0 or 1) and the superposition bases (denoted as + or -), also known as the X basis. This variety in encoding enhances the security of the transmission.
Step 2 - Selection and Measurement by Alice: Upon receiving the photons, Alice selects a subset of these photons to serve as test positions. She measures these selected photons using bases of her choice, which could vary between the computational and the X-basis. This step is critical as it determines the integrity and security of the transmission up to this point.
Step 3 - Communication of Results and Verification: Alice then communicates the results of her measurements back to Bob. Bob uses these results to calculate the Quantum Bit Error Rate (QBER), which is a critical measure of the integrity of the quantum state transmission. If the QBER is within acceptable limits, it suggests that the quantum states have not been tampered with, indicating no eavesdropping or interference.
Step 4 - Continuation of Protocol: If the QBER is acceptable, Bob sends a "Continue" command to Alice. This signals Alice to proceed with the encoding of her message onto the remaining stored qubits.
Step 5 - Final Transmission: Alice encodes her stored qubits and sends them to Bob, along with test positions.
Step 6 - Final Transmission Decoding: Bob performs a final check of the QBER with additional test positions to ensure that no interference occurred during the final transmission. If the QBER remains within acceptable limits, Bob proceeds to decode the data, thereby successfully receiving the message intended by Alice.
Below is a diagram of the physical setup for this protocol[DL04].
Bob is on the right, Alice is on the left, Bob sends a stream of photons across the channel. The beam splitter randomly selects a set of test positions and measures those, sending the results back over the classical channel to Bob. If Bob determines the error rate is acceptable, he sends the continue message back to Alice. Meanwhile, Alice stores the non-test positions in an optical delay. When she gets the continue message from Bob, she then flips the switch to use these qubits for information encoding, sends them back over to Bob, and then Alice and Bob perform the QBER test again on a subset of the qubits. Assuming no eavesdropping occurred, Bob will decode the remaining information from Alice.
Quantum Networking technologies and their integration into network architectures signify a transformative shift in the security landscape. Classical networks, while offering high data rates, are increasingly susceptible to attacks by quantum computers due to the vulnerabilities of current encryption methods to Shor’s algorithm and Grover’s algorithm. These vulnerabilities can be addressed by entanglement-based Quantum Networks, which promise to meet high-security standards through information-theoretic security by leveraging entanglement for a strong security foundation resistant to both quantum and classical attack.
The graphic below captures the evolution of the secure networking landscape.
At the bottom right is classical algorithmic security in use today. While these networks have high data transmission rates, there are critical known vulnerabilities to quantum attacks.
Just above classical algorithmic security are transitional methods such as QKD networks, which are vulnerable due to the required use of trusted nodes. Trusted nodes are not nodes that have proven to be trustworthy, but instead are nodes that are trusted regardless of whether they are secure or unsecure. Post Quantum Cryptography (PQC) is conjectured to be secure, but not proven. QKD can be used in combination with PQC to enhance security, which also prepares the infrastructure for a smoother transition to entanglement-based networks. However, QKD networks cannot be used to enable any applications beyond key exchange.
Another hybrid classical/entanglement-based network architecture could multiplex the classical/quantum data. This provides utility even when entanglement-based channel data rates are much lower than the classical data rates. Classical data could be time-division multiplexed with entangled data to detect eavesdropping using the concept of qubit error rate calculation from QKD and QSDC.
In the green area of the chart are entanglement-based Quantum Networks. These networks achieve information-theoretic security, but 1G and 2G have lower data rates than 3G. The higher data transmission rates of 3G Quantum Networks supports other capabilities beyond key exchange, including distributed quantum computing, quantum client/server architectures (such as Blind Quantum Computing), and distributed quantum sensing. Entanglement provides a strong basis for security, however errors in the physical implementation of these networks can introduce vulnerabilities to side channel attacks. Implementing a layered security scheme with PQC requires attackers to break multiple systems in order to intercept the communication, strengthening the security posture.
It is evident that the landscape of security, especially in the context of Quantum Secure Communication advancements, is rapidly evolving. We stand on the brink of a significant transformation, where classical cryptographic techniques are giving way to the more robust protocols enabled by Quantum Networks. Looking forward, Quantum Networking promises not only enhanced protection but also a vast array of new applications. Preparing your cybersecurity infrastructure for the future involves proactive adaptation and thoughtful integration of these technologies into your existing frameworks to create a secure, resilient, and efficient networked world.
Entanglement-based quantum networks are being built today by a variety of organizations for a variety of use cases – benefiting organizations internally, as well as providing great value to an organization’s customers. Telecommunications companies, national research labs, intelligence organizations, and systems integrators are just a few examples of the organizations Aliro is helping to leverage the capabilities of entanglement-based quantum networking.
Building entanglement-based quantum networks is no easy task. It requires:
This may seem overwhelming, but Aliro is uniquely positioned to help you build your quantum network. The steps you can take to ensure your organization is meeting the challenges and leveraging the benefits of the Quantum Networking revolution are part of a clear, unified solution already at work in networks like the EPB Quantum Network℠ powered by Qubitekk in Chattanooga, Tennessee.
AliroNet™, the world’s first full-stack entanglement-based Quantum Network solution, consists of the software and services necessary to ensure customers will fully meet their secure networking goals. Each component within AliroNet™ is built from the ground up to be compatible with entanglement-based Quantum Networks of any scale and architecture. AliroNet™ is used to simulate, design, run, and manage entanglement-based quantum networks as well as test, verify, and optimize quantum hardware for network performance. AliroNet™ leverages the expertise of Aliro personnel in order to ensure that customers get the most value out of the software and their investment.
Depending on where customers are in their Quantum Networking journeys, AliroNet™ is available in three modes that create a clear path toward building full-scale entanglement-based networks: (1) Emulation Mode, for emulating, designing, and validating entanglement-based Quantum Networks, (2) Pilot Mode for implementing a small-scale Quantum Network testbed, and (3) Deployment Mode for scaling entanglement-based Quantum Networks and integrating end-to-end applications. AliroNet™ has been developed by a team of world-class experts in quantum physics and classical networking.
To get started (or continue) your quantum networking journey), reach out to the Aliro team for additional information on how AliroNet™ can enable your Quantum Network.
[AES] "Advanced Encryption Standard." Wikipedia, Wikimedia Foundation, 5 June 2024, en.wikipedia.org/wiki/Advanced_Encryption_Standard
[CVP] "A Somewhat Gentle Introduction to Lattice-Based Post-Quantum Cryptography." Cybersecurity Blog, Fraunhofer AISEC, 7 Feb. 2023, https://www.cybersecurity.blog.aisec.fraunhofer.de/en/a-somewhat-gentle-introduction-to-lattice-based-post-quantum-cryptography/
[DISTINGUISHABILITY] "Quantum Computing Lecture 4." University of Cambridge, www.cl.cam.ac.uk/teaching/1920/QuantComp/Quantum_Computing_Lecture_4.pdf
[DL04] "Free-Space Quantum Secure Direct Communication: Basics, Progress, and Outlook" Science.org, American Association for the Advancement of Science, 10.34133/adi.0004. https://spj.science.org/doi/10.34133/adi.0004
[GROVER] "Grover's Algorithm." *Wikipedia*, Wikimedia Foundation, 7 June 2024, en.wikipedia.org/wiki/Grover%27s_algorithm
[GROVER2] "Applying Grover’s algorithm to AES: quantum resource estimates." arXiv, Cornell University, 16 Dec. 2015, arxiv.org/pdf/1512.04965.pdf
[LWE] "A Somewhat Gentle Introduction to Lattice-Based Post-Quantum Cryptography." Cybersecurity Blog, Fraunhofer AISEC, 7 Feb. 2023, www.cybersecurity.blog.aisec.fraunhofer.de/en/a-somewhat-gentle-introduction-to-lattice-based-post-quantum-cryptography/
[NOCLONING] "Lecture 6: Title of Lecture." University of California, Berkeley, Fall 2005, inst.eecs.berkeley.edu/~cs191/fa05/lectures/lecture6_fa05.pdf
[OTP] "One-Time Pad." *University of Maryland*, www.math.umd.edu/~lcw/OneTimePad.pdf
[QSDC] Pan, Dong, Xiao-Tian Song, and Gui-Lu Long. "Free-Space Quantum Secure Direct Communication: Basics, Progress, and Outlook." Advances in Data and Information Sciences, vol. 1, no. 1, 2024, American Association for the Advancement of Science, doi:10.34133/adi.0004. https://spj.science.org/doi/10.34133/adi.0004
[QUANTUMCIRCUIT] Quyen, Nguyen. "Quantum Computation and Quantum Information." Academia.edu, https://www.academia.edu/1537724/Quantum_computation_and_quantum_information
[RSA] "RSA (Cryptosystem)." Wikipedia, Wikimedia Foundation, 7 June 2024, en.wikipedia.org/wiki/RSA_(cryptosystem)
[SHOR] "Shor's Algorithm." Wikipedia, Wikimedia Foundation, 7 June 2024, en.wikipedia.org/wiki/Shor%27s_algorithm
[SVP] Fraunhofer AISEC. "A Somewhat Gentle Introduction to Lattice-Based Post-Quantum Cryptography." Cybersecurity Blog, 7 Feb. 2023, www.cybersecurity.blog.aisec.fraunhofer.de/en/a-somewhat-gentle-introduction-to-lattice-based-post-quantum-cryptography/