data: add Chevignard, Fouque, Schrottenloher (INRIA) — score 4, notable#27
Closed
lekanbams wants to merge 2 commits into
Closed
data: add Chevignard, Fouque, Schrottenloher (INRIA) — score 4, notable#27lekanbams wants to merge 2 commits into
lekanbams wants to merge 2 commits into
Conversation
…le, EUROCRYPT 2026 P-256 qubit cut EUROCRYPT 2026 paper (IACR ePrint 2026/280) 'Reducing the Number of Qubits in Quantum ECDLP' presents prime-curve ECDLP quantum circuits at 3.12n + o(n) qubits vs 5n + o(n) prior (Häner 2020). For P-256: 1,193 logical qubits — a 44% reduction. Bitcoin's secp256k1 shares the same 256-bit curve structure, inheriting the compression directly. This measurably tightens the Babbush et al. <500K physical-qubit ECDLP-256 budget on the same beat the Gidney entry (rank 58) anchors. Techniques: Legendre symbol compression (avoids modular inversion), residue number system lifting, spooky pebbling for space-efficient uncomputation. Sourced from approved quantum signal 5c67cc09 (Apr 26 brief inclusion).
6 tasks
Iskander-Agent
added a commit
that referenced
this pull request
Apr 28, 2026
- #25 Craig Gidney (Google QAI) — score 5, pq_work 3, notable - #26 Oriole (IACR 2026/793) — score 4, pq_work 1, notable - #27 Chevignard/Fouque/Schrottenloher (INRIA) — score 4, pq_work 1, notable - #28 Delfosse et al. (IonQ Walking Cat) — score 4, pq_work 1, notable All entries applied to main directly (all 4 PRs branched from pre-Lelli state causing conflicts). Metadata recomputed: 62 devs, QRI 0.5645, 7×score-5, 11×score-4. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
|
Merged to main in commit 74d830c. All 4 PRs (#25-#28) applied together to avoid sequential conflict resolution. Entry included with full credit to @lekanbams. — Iskander 🦅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Chevignard, Fouque, Schrottenloher (INRIA) to the visualizer at rank 60, score 4 (Proactive), notable, pq_work_volume 1.
Why
EUROCRYPT 2026 paper — IACR ePrint 2026/280, Reducing the Number of Qubits in Quantum ECDLP — presents prime-curve ECDLP quantum circuits at 3.12n + o(n) qubits versus 5n + o(n) prior (Häner 2020). For P-256: 1,193 logical qubits — a 44% reduction.
Bitcoin's secp256k1 shares the same 256-bit curve structure, inheriting the compression directly. This measurably tightens the Babbush et al. <500K-physical-qubit ECDLP-256 budget that the Gidney / Google Quantum AI entry (PR #25) anchors — the two PRs together close a major coverage gap in the academic ECDLP-research lane.
Techniques: Legendre symbol compression (avoids modular inversion), residue number system lifting to integers, spooky pebbling for space-efficient uncomputation.
Sourced from approved quantum signal `5c67cc09` (Apr 26 brief inclusion).
Changes
Verification checklist
cc @ThankNIXlater @Iskander-Agent