HOME

TheInfoList



OR:

Supersingular isogeny Diffie–Hellman key exchange (SIDH or SIKE) is an insecure proposal for a
post-quantum In cryptography, post-quantum cryptography (sometimes referred to as quantum-proof, quantum-safe or quantum-resistant) refers to cryptographic algorithms (usually public-key algorithms) that are thought to be secure against a cryptanalytic attack b ...
cryptographic algorithm to establish a secret key between two parties over an untrusted communications channel. It is analogous to the
Diffie–Hellman key exchange Diffie–Hellman key exchangeSynonyms of Diffie–Hellman key exchange include: * Diffie–Hellman–Merkle key exchange * Diffie–Hellman key agreement * Diffie–Hellman key establishment * Diffie–Hellman key negotiation * Exponential key exc ...
, but is based on walks in a
supersingular isogeny graph In mathematics, the supersingular isogeny graphs are a class of expander graphs that arise in computational number theory and have been applied in elliptic-curve cryptography. Their vertices represent supersingular elliptic curves over finite f ...
and was designed to resist cryptanalytic attack by an adversary in possession of a
quantum computer Quantum computing is a type of computation whose operations can harness the phenomena of quantum mechanics, such as superposition, interference, and entanglement. Devices that perform quantum computations are known as quantum computers. Though ...
. Before it was broken, SIDH boasted one of the smallest key sizes of all post-quantum key exchanges; with compression, SIDH used 2688-bit public keys at a 128-bit quantum
security level In cryptography, security level is a measure of the strength that a cryptographic primitive — such as a cipher or hash function — achieves. Security level is usually expressed as a number of "bits of security" (also security strength ...
. SIDH also distinguishes itself from similar systems such as NTRU and Ring-LWE by supporting
perfect forward secrecy In cryptography, forward secrecy (FS), also known as perfect forward secrecy (PFS), is a feature of specific key agreement protocols that gives assurances that session keys will not be compromised even if long-term secrets used in the session key e ...
, a property that prevents compromised long-term keys from compromising the confidentiality of old communication sessions. These properties seemed to make SIDH a natural candidate to replace Diffie–Hellman (DHE) and elliptic curve Diffie–Hellman (ECDHE), which are widely used in Internet communication. However, SIDH is vulnerable to a devastating
key-recovery attack A key-recovery attack is an adversary's attempt to recover the cryptographic key of an encryption scheme. Normally this means that the attacker has a pair, or more than one pair, of plaintext message and the corresponding ciphertext. Goldwasser, S. ...
published in July 2022 and is therefore insecure.


Introduction

For certain classes of problems, algorithms running on quantum computers are naturally capable of achieving lower time complexity than on classical computers. That is, quantum algorithms can solve certain problems faster than the most efficient algorithm running on a traditional computer. For example, Shor's algorithm can factor an integer ''N'' in
polynomial time In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by ...
, while the best-known factoring classic algorithm, the general number field sieve, operates in sub-exponential time. This is significant to public key cryptography because the security of
RSA RSA may refer to: Organizations Academia and education * Rabbinical Seminary of America, a yeshiva in New York City *Regional Science Association International (formerly the Regional Science Association), a US-based learned society *Renaissance S ...
is dependent on the infeasibility of factoring integers, the integer factorization problem. Shor's algorithm can also efficiently solve the discrete logarithm problem, which is the basis for the security of Diffie–Hellman, elliptic curve Diffie–Hellman, elliptic curve DSA, Curve25519, ed25519, and
ElGamal In cryptography, the ElGamal encryption system is an asymmetric key encryption algorithm for public-key cryptography which is based on the Diffie–Hellman key exchange. It was described by Taher Elgamal in 1985. ElGamal encryption is used in th ...
. Although quantum computers are currently in their infancy, the ongoing development of quantum computers and their theoretical ability to compromise modern cryptographic protocols (such as
TLS/SSL Transport Layer Security (TLS) is a cryptographic protocol designed to provide communications security over a computer network. The protocol is widely used in applications such as email, instant messaging, and voice over IP, but its use in securi ...
) has prompted the development of post-quantum cryptography. SIDH was created in 2011 by De Feo, Jao, and Plut. It uses conventional elliptic curve operations and is not patented. SIDH provides
perfect forward secrecy In cryptography, forward secrecy (FS), also known as perfect forward secrecy (PFS), is a feature of specific key agreement protocols that gives assurances that session keys will not be compromised even if long-term secrets used in the session key e ...
and thus does not rely on the security of long-term private keys. Forward secrecy improves the long-term security of encrypted communications, helps defend against
mass surveillance Mass surveillance is the intricate surveillance of an entire or a substantial fraction of a population in order to monitor that group of citizens. The surveillance is often carried out by local and federal governments or governmental organizati ...
, and reduces the impact of vulnerabilities like Heartbleed.


Background

The j-invariant of an elliptic curve given by the Weierstrass equation y^2 = x^3 + ax + b is given by the formula: : j(E) = 1728 \frac.
Isomorphic In mathematics, an isomorphism is a structure-preserving mapping between two structures of the same type that can be reversed by an inverse mapping. Two mathematical structures are isomorphic if an isomorphism exists between them. The word is ...
curves have the same j-invariant; over an algebraically closed field, two curves with the same j-invariant are isomorphic. The supersingular isogeny Diffie-Hellman protocol (SIDH) works with the graph whose vertices are (isomorphism classes of) supersingular elliptic curves and whose edges are isogenies between those curves. An isogeny \phi: E \to E' between elliptic curves E and E' is a rational map which is also a group homomorphism. If separable, \phi is determined by its kernel up to an isomorphism of target curve E'. The setup for SIDH is a prime of the form p = l_A^\cdot l_B^\cdot f \mp 1, for different (small) primes l_A and l_B, (large) exponents e_A and e_B, and small cofactor f, together with a supersingular elliptic curve E defined over \mathbb_. Such a curve has two large torsion subgroups, E _A^/math> and E _B^/math>, which are assigned to Alice and Bob, respectively, as indicated by the subscripts. Each party starts the protocol by selecting a (secret) random cyclic subgroup of their respective torsion subgroup and computing the corresponding (secret) isogeny. They then publish, or otherwise provide the other party with, the equation for the target curve of their isogeny along with information about the image of the other party's torsion subgroup under that isogeny. This allows them both to privately compute new isogenies from E whose kernels are jointly generated by the two secret cyclic subgroups. Since the kernels of these two new isogenies agree, their target curves are isomorphic. The common j-invariant of these target curves may then be taken as the required shared secret. Since the security of the scheme depends on the smaller torsion subgroup, it is recommended to choose l_A^ \approx l_B^. An excellent reference for this subject is De Feo's article "Mathematics of Isogeny Based Cryptography."


Security

The most straightforward way to attack SIDH is to solve the problem of finding an isogeny between two supersingular elliptic curves with the same number of points. At the time of the original publication due to De Feo, Jao and Plût, the best attack known against SIDH was based on solving the related claw finding problem, which led to a complexity of O(p1/4) for classical computers and O(p1/6) for
quantum computer Quantum computing is a type of computation whose operations can harness the phenomena of quantum mechanics, such as superposition, interference, and entanglement. Devices that perform quantum computations are known as quantum computers. Though ...
s. This suggested that SIDH with a 768-bit prime (p) would have a 128-bit security level. A 2014 study of the isogeny problem by Delfs and Galbraith confirmed the O(p1/4) security analysis for classical computers. The classical security O(p1/4) remained unaffected by related cryptanalytic work of Biasse, Jao and Sankar as well as Galbraith, Petit, Shani and Ti. A more intricate attack strategy is based on exploiting the auxiliary elliptic-curve points present in SIDH public keys, which in principle reveal a lot of additional information about the secret isogenies, but this information did not seem computationally useful for attackers at first. Petit in 2017 first demonstrated a technique making use of these points to attack some rather peculiar SIDH variants. Despite follow-up work extending the attack to much more realistic SIDH instantiations, the attack strategy still failed to break "standard" SIDH as employed by the NIST PQC submission SIKE. In July 2022, Castryck and Decru published an efficient key-recovery attack on SIKE that exploits the auxiliary points. Using a single-core computer, SIKEp434 was broken within approximately an hour, SIKEp503 within approximately 2 hours, SIKEp610 within approximately 8 hours and SIKEp751 within approximately 21 hours. The attack relies on gluing together multiple of the elliptic curves appearing in the SIDH construction, giving an abelian surface (more generally, an
abelian variety In mathematics, particularly in algebraic geometry, complex analysis and algebraic number theory, an abelian variety is a projective algebraic variety that is also an algebraic group, i.e., has a group law that can be defined by regular func ...
), and computing a specially crafted isogeny defined by the given auxiliary points on that higher-dimensional object. It should be stressed that the attack crucially relies on the auxiliary points given in SIDH, and there is no known way to apply similar techniques to the general isogeny problem.


Efficiency

During a key exchange, entities A and B will each transmit information of 2 coefficients modulo ''p''2) defining an elliptic curve and 2 elliptic curve points. Each elliptic curve coefficient requires \log_2 p^2 bits. Each elliptic curve point can be transmitted in 1+\log_2 p^2 bits; hence, the transmission is 4+4\log_2 p^2 bits. This is 6144 bits for a 768-bit modulus ''p'' (128-bit security). However, this can be reduced by over half to 2640 bits (330 bytes) using key-compression techniques, the latest of which appears in recent work by authors Costello, Jao, Longa, Naehrig, Renes and Urbanik. With these compression techniques, SIDH has a similar bandwidth requirement to traditional 3072-bit RSA signatures or Diffie-Hellman key exchanges. This small space requirement makes SIDH applicable to context that have a strict space requirement, such as
Bitcoin Bitcoin ( abbreviation: BTC; sign: ₿) is a decentralized digital currency that can be transferred on the peer-to-peer bitcoin network. Bitcoin transactions are verified by network nodes through cryptography and recorded in a public distr ...
or Tor. Tor's data cells must be less than 517 bytes in length, so they can hold 330-byte SIDH keys. By contrast, NTRUEncrypt must exchange approximately 600 bytes to achieve a 128-bit security and cannot be used within Tor without increasing the cell size. In 2014, researchers at the University of Waterloo developed a software implementation of SIDH. They ran their partially optimized code on an x86-64 processor running at 2.4 GHz. For a 768-bit modulus they were able to complete the key exchange computations in 200 milliseconds thus demonstrating that the SIDH is computationally practical. In 2016, researchers from Microsoft posted software for the SIDH which runs in constant time (thus protecting against timing attacks) and is the most efficient implementation to date. They write: "The size of public keys is only 564 bytes, which is significantly smaller than most of the popular post-quantum key exchange alternatives. Ultimately, the size and speed of our software illustrates the strong potential of SIDH as a post-quantum key exchange candidate and we hope that these results encourage a wider cryptanalytic effort." The code is open source (MIT) and is available on github
https://github.com/microsoft/PQCrypto-SIDH
In 2016, researchers from Florida Atlantic University developed efficient ARM implementations of SIDH and provided a comparison of affine and projective coordinates. In 2017, researchers from Florida Atlantic University developed the first FPGA implementations of SIDH.


The supersingular isogeny Diffie-Hellman method

While several steps of SIDH involve complex isogeny calculations, the overall flow of SIDH for parties A and B is straightforward for those familiar with a Diffie-Hellman key exchange or its elliptic curve variant.


Setup

These are public parameters that can be shared by everyone in the network, or they can be negotiated by parties A and B at the beginning of a session. # A prime of the form p = w_A^\cdot w_B^\cdot f \pm 1. # A supersingular elliptic curve E over \mathbb_. # Fixed elliptic points P_A, Q_A, P_B, Q_B on E. # The order of P_A and Q_A is (w_A)^. The order of P_B and Q_B is (w_B)^.


Key exchange

In the key exchange, parties A and B will each create an isogeny from a common elliptic curve E. They each will do this by creating a random point in what will be the kernel of their isogeny. The kernel of their isogeny will be spanned by R_A and R_B respectively. The different pairs of points used ensure that parties A and B create different, non-commuting, isogenies. A random point (R_A, or R_B) in the kernel of the isogenies is created as a random linear combination of the points P_A, Q_A and P_B, Q_B. Using R_A, or R_B, parties A and B then use Velu's formulas for creating isogenies \phi_A and \phi_B respectively. From this they compute the image of the pairs of points P_A, Q_A or P_B, Q_B under the \phi_B and \phi_A isogenies respectively. As a result, A and B will now have two pairs of points \phi_B(P_A), \phi_B(Q_A) and \phi_A(P_B), \phi_A(Q_B) respectively. A and B now exchange these pairs of points over a communications channel. A and B now use the pair of points they receive as the basis for the kernel of a new isogeny. They use the same linear coefficients they used above with the points they received to form a point in the kernel of an isogeny that they will create. They each compute points S_ and S_ and us
Velu's formulas
to construct new isogenies. To complete the key exchange, A and B compute the coefficients of two new elliptic curves under these two new isogenies. They then compute the j-invariant of these curves. Unless there were errors in transmission, the j-invariant of the curve created by A will equal to the j-invariant of the curve created by B. Notationally, the SIDH key exchange between parties A and B works as follows: 1A. A generates two random integers m_A, n_A < (w_A)^. 2A. A generates R_A := m_A \cdot (P_A)+ n_A\cdot (Q_A). 3A. A uses the point R_A to create an isogeny mapping \phi_A: E\rightarrow E_A and curve E_A isogenous to E. 4A. applies \phi_A to P_B and Q_B to form two points on E_A: \phi_A(P_B) and \phi_A(Q_B). 5A. A sends to B E_A, \phi_A(P_B), and \phi_A(Q_B). 1B - 4B: Same as A1 through A4, but with A and B subscripts swapped. 5B. B sends to A E_B,\phi_B(P_A), and \phi_B(Q_A). 6A. A has m_A, n_A, \phi_B(P_A), and \phi_B(Q_A) and forms S_ := m_A(\phi_B(P_A)) + n_A(\phi_B(Q_A)). 7A. A uses S_ to create an isogeny mapping \psi_. 8A. A uses \psi_ to create an elliptic curve E_ which is isogenous to E. 9A. A computes K := \text (j_) of the curve E_. 6B. Similarly, B has m_B, n_B, \phi_A(P_B), and \phi_A(Q_B) and forms S_ = m_B (\phi_A(P_B)) + n_B(\phi_A(Q_B)). 7B. B uses S_ to create an isogeny mapping \psi_. 8B. B uses \psi_ to create an elliptic curve E_ which is isogenous to E. 9B. B computes K := \text (j_) of the curve E_. The curves E_ and E_ are guaranteed to have the same j-invariant. A function of K is used as the shared key.


Sample parameters

The following parameters were taken as an example by De Feo et al.: p = prime for the key exchange with wA = 2, wB = 3, eA = 63, eB = 41, and f = 11. Thus p = (263·341·11) - 1. E0 = the base (starting) curve for the key exchange = y2 = x3 + x Luca De Feo, one of the authors of the paper defining the key exchange has posted software that implements the key exchange for these and other parameters.


Similar systems, signatures, and uses

A predecessor to the SIDH was published in 2006 by Rostovtsev and Stolbunov. They created the first Diffie-Hellman replacement based on elliptic curve isogenies. Unlike the method of De Feo, Jao, and Plut, the method of Rostovtsev and Stolbunov used ordinary elliptic curves and was found to have a subexponential quantum attack. In March 2014, researchers at the Chinese State Key Lab for Integrated Service Networks and Xidian University extended the security of the SIDH to a form of digital signature with strong designated verifier. In October 2014, Jao and Soukharev from the University of Waterloo presented an alternative method of creating undeniable signatures with designated verifier using elliptic curve isogenies.


References

{{reflist Cryptographic algorithms Broken cryptography algorithms Post-quantum cryptography