Supersingular isogeny Diffie–Hellman key exchange (SIDH or SIKE) is an insecure proposal for a post-quantum cryptographic algorithm to establish a secret key between two parties over an untrusted communications channel. It is analogous to the Diffie–Hellman key exchange, but is based on walks in a supersingular isogeny graph and was designed to resist cryptanalytic attack by an adversary in possession of a quantum computer. Before it was broken, SIDH boasted one of the smallest key sizes of all post-quantum key exchanges; with compression, SIDH used 2688-bit[1] public keys at a 128-bit quantum security level. SIDH also distinguishes itself from similar systems such as NTRU and Ring-LWE by supporting perfect forward secrecy, 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 published in July 2022 and is therefore insecure. The attack does not require a quantum computer.[2] [3]
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, 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 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. 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) has prompted the development of post-quantum cryptography.[4]
SIDH was created in 2011 by De Feo, Jao, and Plut.[5] It uses conventional elliptic curve operations and is not patented. SIDH provides perfect forward secrecy 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, and reduces the impact of vulnerabilities like Heartbleed.[6] [7]
y2=x3+ax+b
j(E)=1728
4a3 | |
4a3+27b2 |
Isomorphic curves have the same j-invariant; over an algebraically closed field, two curves with the same j-invariant are isomorphic.
\phi:E\toE'
E
E'
\phi
E'
The setup for SIDH is a prime of the form
p=
eA | |
l | |
A |
⋅
eB | |
l | |
B |
⋅ f\mp1
lA
lB
eA
eB
f
E
F | |
p2 |
eA | |
E[l | |
A |
]
eB | |
E[l | |
B |
]
E
Since the security of the scheme depends on the smaller torsion subgroup, it is recommended to choose
eA | |
l | |
A |
≈
eB | |
l | |
B |
An excellent reference for this subject is De Feo's article "Mathematics of Isogeny Based Cryptography."[8]
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 computers. 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.[9] The classical security O(p1/4) remained unaffected by related cryptanalytic work of Biasse, Jao and Sankar as well as Galbraith, Petit, Shani and Yan.[10] [11]
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.[12] 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.[13] 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), 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.
During a key exchange, entities A and B will each transmit information of 2 coefficients modulo p2) defining an elliptic curve and 2 elliptic curve points. Each elliptic curve coefficient requires
log2p2
1+log2p2
4+4log2p2
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.[16]
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."[17] 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.[18] [19] In 2017, researchers from Florida Atlantic University developed the first FPGA implementations of SIDH.[20]
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.
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.
p=
eA | |
w | |
A |
⋅
eB | |
w | |
B |
⋅ f\pm1.
E
F | |
p2 |
PA,QA,PB,QB
E
PA
QA
eA | |
(w | |
A) |
PB
QB
eB | |
(w | |
B) |
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
RA
RB
RA
RB
PA
QA
PB
QB
Using
RA
RB
\phiA
\phiB
PA
QA
PB
QB
\phiB
\phiA
As a result, A and B will now have two pairs of points
\phiB(PA)
\phiB(QA)
\phiA(PB)
\phiA(QB)
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
SBA
SAB
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
mA,nA<
eA | |
(w | |
A) |
.
RA:=mA ⋅ (PA)+nA ⋅ (QA).
3A. A uses the point
RA
\phiA:E → EA
EA
E.
4A. applies
\phiA
PB
QB
EA:\phiA(PB)
\phiA(QB).
5A. A sends to B
EA,\phiA(PB)
\phiA(QB).
1B - 4B: Same as A1 through A4, but with A and B subscripts swapped.
5B. B sends to A
EB,\phiB(PA)
\phiB(QA).
6A. A has
mA,nA,\phiB(PA)
\phiB(QA)
SBA:=mA(\phiB(PA))+nA(\phiB(QA)).
7A. A uses
SBA
\psiBA
8A. A uses
\psiBA
EBA
E
9A. A computes
K:=j-invariant(jBA)
EBA
6B. Similarly, B has
mB,nB,\phiA(PB)
\phiA(QB)
SAB=mB(\phiA(PB))+nB(\phiA(QB))
7B. B uses
SAB
\psiAB
8B. B uses
\psiAB
EAB
E
K:=j-invariant(jAB)
EAB
The curves
EAB
EBA
K
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.[21]
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[22] and was found to have a subexponential quantum attack.[23]
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.[24] 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.[25]