QianHeng乾珩 PQC Docs Hub量子文档 ✦ Ask AI✦ 问问文档 ⚐ Scan⚐ 扫一扫

Isogeny-Based Cryptography

Isogeny-based cryptography offers the smallest keys of any post-quantum family, built on the hardness of finding isogenies between supersingular elliptic curves. It is also the field's most striking cautionary tale: the leading candidate SIKE was broken in 2022 by a classical attack. Research continues with CSIDH and the compact signature scheme SQIsign, but the family is not yet ready for production reliance.

The Hard Problem

An isogeny is a structure-preserving map between elliptic curves. The security assumption is that, given two supersingular elliptic curves, it is hard to find an isogeny (a path in the isogeny graph) connecting them. This problem has no efficient classical or quantum algorithm in general, and crucially it allows extremely compact key material — the headline advantage of the family.

Tiny Keys

Isogeny schemes produce the smallest public keys and ciphertexts of any PQC family — often well under a kilobyte, comparable to or smaller than classical ECC. In a world where lattice and especially code-based schemes inflate handshake sizes, this compactness is genuinely attractive for bandwidth-constrained settings. That promise is exactly why the SIKE break was so consequential.

The SIKE Break — A Cautionary Tale

SIDH / SIKE was a Round-4 KEM candidate in the NIST process and a leading hope for compact post-quantum key exchange. In 2022, Castryck and Decru published a key-recovery attack that broke SIDH/SIKE outright — running on a single classical computer in hours, with no quantum computer required. The attack exploited extra structural information (auxiliary torsion points) that SIDH revealed.

Warning
SIKE was years into rigorous public analysis when it fell. Its break — like Rainbow's the same year — is the clearest argument for cryptographic diversity and crypto-agility: never let a single scheme become a single point of failure, and be ready to migrate away from any algorithm quickly.

Ongoing Research

The SIKE break did not end isogeny research; it redirected it. The structural weakness was specific to SIDH's use of torsion-point images, not to isogeny problems in general.

  • CSIDH — a commutative-isogeny key-exchange design with a different structure than SIDH. It avoids the torsion-point leakage that doomed SIDH, though its quantum security level and performance remain active research topics.
  • SQIsign — a compact isogeny-based signature scheme that has advanced to the third round of the NIST additional-signatures process; its public keys and signatures are very small, but signing is computationally heavy and it remains under evaluation.

Where It Stands

SchemeTypeStatus
SIDH / SIKEKEMBroken (2022) — do not use
CSIDHKey exchangeResearch; security parameters debated
SQIsignSignatureNIST additional-signatures third-round candidate; not yet standardized

Isogeny cryptography remains scientifically fascinating and uniquely compact, but it is experimental from a deployment standpoint. Use standardized lattice, hash-based, and code-based schemes today, and watch SQIsign and CSIDH as longer-term possibilities.

Note
The pattern across SIKE and Rainbow is unmistakable: compact, elegant schemes can hide structural weaknesses. Standardize on well-vetted families now, and keep the agility to swap when the research landscape shifts.

Standards & references

同源密码

同源密码拥有所有后量子家族中最小的密钥 其安全性建立在超奇异椭圆曲线之间寻找同源的困难性上。它也是该领域最醒目的前车之鉴 主流候选 SIKE 于 2022 年被一种经典攻击攻破。研究在 CSIDH 与紧凑签名方案 SQIsign 上得以延续 但该家族尚不足以支撑生产环境。

困难问题

同源是椭圆曲线之间一种保持结构的映射。安全假设在于 给定两条超奇异椭圆曲线 难以找到连接它们的同源 即同源图中的一条路径。该问题在一般情形下没有高效的经典或量子算法 且关键在于 它允许极其紧凑的密钥材料——这正是该家族的招牌优势。

极小密钥

同源方案产生所有 PQC 家族中最小的公钥与密文——通常远小于一千字节 与经典 ECC 相当甚至更小。在格基尤其是编码基方案膨胀握手体积的当下 这种紧凑性对带宽受限场景确有吸引力。这一前景正是 SIKE 被攻破影响如此深远的原因。

SIKE 攻破 一则警示

SIDH / SIKE 是 NIST 流程中的第四轮 KEM 候选 也是紧凑后量子密钥交换的主要希望。2022 年 Castryck 与 Decru 发表了一种密钥恢复攻击 直接攻破 SIDH/SIKE——在单台经典计算机上数小时即可完成 无需量子计算机。该攻击利用了 SIDH 暴露的额外结构信息 辅助挠点。

警告
SIKE 在被攻破时已历经多年严格公开分析。它的崩塌——与同年的 Rainbow 一样——是支持密码多样性与密码敏捷性的最有力论据 切勿让单一方案成为单点故障 并随时准备迅速迁离任何算法。

持续研究

SIKE 的攻破并未终结同源研究 而是改变了方向。其结构性弱点专属于 SIDH 对挠点像的使用 而非同源问题本身。

  • CSIDH——一种交换同源密钥交换设计 结构与 SIDH 不同。它避开了使 SIDH 覆灭的挠点泄露 不过其量子安全级别与性能仍是活跃研究课题。
  • SQIsign——一种紧凑同源签名方案,已进入 NIST 额外签名第三轮;其公钥与签名很小,但签名计算较重,仍处于评估阶段。

现状

方案类型状态
SIDH / SIKEKEM已被攻破 2022 切勿使用
CSIDH密钥交换研究中 安全参数尚有争议
SQIsign签名NIST 额外签名第三轮候选,尚未标准化

同源密码在科学上依然引人入胜 紧凑性独树一帜 但从部署角度看仍属实验性。当下应使用已标准化的格基 哈希基与编码基方案 并将 SQIsign 与 CSIDH 作为更长期的可能性持续关注。

注意
SIKE 与 Rainbow 贯穿的规律清晰可见 紧凑优雅的方案可能潜藏结构性弱点。当下应在经充分审查的家族上标准化 并保留在研究格局变化时随时切换的敏捷性。

标准与参考

⚑ Report an error⚑ 纠错与校正