Draft · v0.2 · Unreviewed
← Index/Project · Nadarasa ReductionDraft · v0.2 · Selene Emulator
← Overview

Code-based (McEliece, BIKE, HQC)

The most conservative PQC pillar. Quantum gives only modest sub-Grover ISD improvements — and even those need QRAM.

State of the art

Best known quantum ISD exponent for a length-n binary random linear code at rate 1/2 is 2^(0.05869 n) — Kachigar–Tillich 2017 via quantum walks on Stern/Dumer ISD, marginally tightened by Kirshanova 2018 combining MMT/BJMM with nearest-neighbor search. Classical BJMM baseline is 2^(0.0494 n); the quantum speedup is therefore ~16%, not the naïve 50% one might expect from full Grover. Engelberts–Etinski–Loyer 2024 prove the closing-result: dropping quantum near-neighbor sieving into the sieving-ISD framework yields NO improvement over Bernstein 2010 Grover-over-Prange. The bottleneck is the ISD outer loop, not the sieving subroutine. Classic McEliece (mceliece6960119) targets ~166 quantum bits; BIKE / HQC Level-1 target 128 quantum bits — all with QRAM-assuming exponents. Dinh–Moore–Russell 2011 close off the Shor-style route: quantum Fourier sampling over the symmetric group cannot recover Goppa structure.

Known dead ends (read first)

  • ×Shor / non-abelian HSP attack on McEliece key recovery via code equivalence — quantum Fourier sampling over the symmetric group does not concentrate on the hidden subgroup for code-automorphism groups. Dinh, Moore, Russell arXiv:1111.4382
  • ×Quantum near-neighbor sieving as a drop-in for sieving-ISD — proven to yield NO improvement over Grover-over-Prange in the standard asymptotic model. Engelberts, Etinski, Loyer arXiv:2408.16458
  • ×May–Ozerov nearest-neighbor ISD at NIST-PQC parameter sizes — 'galactic' constants make it strictly slower than BJMM for all cryptographically relevant lengths. Bouillaguet–Delaplace–Hamdad IACR CiC 2024; Kirshanova arXiv:1808.00714

Open sub-problems

QRAM-free quantum ISD: re-derive all quantum ISD exponents in the QROM / parallel-query model and produce revised concrete security estimates for BIKE / HQC / McEliece. No existing literature for ISD though done for lattices.

Tractability
3/5

Quantum exploitation of quasi-cyclic structure in BIKE / HQC: characterize the QFT on the QC syndrome-decoding coset space; determine whether it leaks information about the sparse secret key (fresh angle, no existing literature).

Tractability
3/5

Tight quantum query lower bounds for ISD via polynomial / adversary method — settle whether Grover-ISD is optimal within the Prange paradigm.

Tractability
3/5

Paired donor analogies

Key papers

Quantum Fourier sampling, code equivalence, and the quantum security of the McEliece and Sidelnikov cryptosystems
Dinh, Moore, Russell · 2011
1111.4382accepted

Closes off the Shor-style route to McEliece: quantum Fourier sampling cannot distinguish random codes from Goppa codes.

Quantum information set decoding algorithms
Kachigar, Tillich · 2017
1703.00263accepted

First quantum ISD to beat Grover-over-Prange: 2^(0.05869 n) via quantum walks adapted from subset-sum.

Improved quantum information set decoding
Kirshanova · 2018
1808.00714accepted

Unifies Kachigar–Tillich with May–Ozerov nearest-neighbor; quantum versions of MMT/BJMM. Marginal further improvements.

Quantum reduction of finding short code vectors to the decoding problem
Debris-Alazard, Remaud, Tillich · 2021
2106.02747accepted

First quantum SCP → SDP reduction, adapting Regev's lattice technique to codes. Cryptographic hardness link analogous to LWE foundations.

A new approach based on quadratic forms to attack the McEliece cryptosystem
Couvreur, Mora, Tillich · 2023
2306.10294accepted

Purely algebraic (non-ISD) attack using quadratic-form invariants of Goppa codes. Exponential today; opens a new structural attack vector.

The quantum decoding problem
Chailloux, Tillich · 2023
2310.20651accepted

Defines a quantum-superposition syndrome-decoding analog of quantum LWE; poly-time at low noise — raises whether code-based security needs re-examination under quantum-access oracles.

Quantum sieving for code-based cryptanalysis and its limitations for ISD
Engelberts, Etinski, Loyer · 2024
2408.16458accepted

First quantum code-sieving algorithms via quantum walks with LSF; CRITICALLY proves naïve sieving-ISD yields NO improvement over Bernstein 2010 baseline.

Classical and quantum algorithms for generic syndrome decoding problems
Chailloux, Debris-Alazard, Etinski · 2021
2104.12810accepted

Extends ISD to arbitrary weight functions / alphabets via Wagner's algorithm; quantum baselines for ROLLO and Lee-metric schemes.