Translating…
Filter list (109 languages)
Apps Events
Research and analysis

Why classical signatures (ECDSA / Schnorr) don’t survive the quantum era

Blockchains are built on digital signatures. Every transaction, every ownership claim, every state transition ultimately depends on one mathematical guarantee: Given a public k…

11 Sep 2025
Date published
Latest
Category
Quanto Organisation
Research team, Singapore
Open record
Published on GitHub

Why classical signatures (ECDSA / Schnorr) don’t survive the quantum era

Blockchains are built on digital signatures. Every transaction, every ownership claim, every state transition ultimately depends on one mathematical guarantee:

Given a public key, it must be computationally infeasible to derive the private key.

For Bitcoin and most modern blockchains, that guarantee relies on elliptic curve cryptography (ECC), specifically ECDSA and Schnorr signatures.

Under classical computing assumptions, these systems are secure.

Under large-scale quantum computing, they are not.

The mathematical foundation of ECDSA and Schnorr

ECDSA and Schnorr signatures rely on the hardness of the Elliptic Curve Discrete Logarithm Problem (ECDLP).

Very simply:

Given:

  • A generator point G

  • A public key P = xG

It is computationally infeasible (classically) to recover x, the private key.

Security depends entirely on the assumption that solving the discrete logarithm over elliptic curves requires exponential time on classical machines.

For current key sizes (e.g., secp256k1 in Bitcoin), this is effectively impossible with classical hardware.

But that assumption changes in the presence of quantum algorithms.

Enter Shor’s algorithm

In 1994, mathematician Peter Shor introduced a quantum algorithm capable of solving:

  • Integer factorization (breaking RSA)

  • Discrete logarithms (breaking ECC)

Shor’s algorithm reduces these problems from exponential classical complexity to polynomial time on a sufficiently powerful quantum computer.

That means:

  • The discrete log problem is no longer hard.

  • The private key can be derived efficiently from the public key.

  • Signature schemes based on ECC collapse.

This is not a theoretical weakening. It is a categorical break.

 

 

 

 

Why this matters specifically for blockchain

In traditional TLS systems, public keys are ephemeral and rotated.

In blockchains, public keys are:

  • Broadcast globally

  • Permanently recorded

  • Stored forever

  • Often reused

Once a public key is revealed on chain, it becomes a long term target.

If a sufficiently powerful quantum computer exists at any point in the future, it can:

  1. Derive the private key from the public key.

  2. Forge valid signatures.

  3. Transfer assets without authorization.

And because blockchain data is permanent, adversaries can practice harvest-now, decrypt-later strategies:

  • Record all public keys today.

  • Wait until quantum capability matures.

  • Exploit exposed keys retroactively.

This is a structural property of public blockchains.

Timeline: Is this immediate?

No. Large-scale, fault-tolerant quantum computers capable of running Shor’s algorithm at the scale required to break secp256k1 do not exist today. However, the timeline question is often misunderstood. The key issue is not:

“Can Bitcoin be broken tomorrow?”

The real question is:

“How long does it take to migrate a global financial system to new cryptography?”

Cryptographic transitions historically take many years, often decades.

Standards must be finalized.
Hardware must be upgraded.
Wallets and infrastructure must adapt.
Users must migrate keys.

Waiting until quantum capability is imminent is already too late.

Exposure in Bitcoin and Ethereum

In Bitcoin:

  • Coins whose public keys are already revealed (e.g., legacy P2PK outputs) are directly vulnerable once quantum machines are capable.

  • Addresses that reuse public keys become exposed.

  • Funds must be proactively moved to new cryptographic standards.

In Ethereum:

  • Public keys are revealed during transaction signing.

  • Long-lived accounts remain vulnerable once keys are exposed.

The longer assets remain unmoved under classical cryptography, the greater the long-term exposure surface becomes.

Why “Just upgrade later” Is hard

Replacing ECDSA or Schnorr in a live blockchain requires:

  • New signature verification rules at consensus level

  • New transaction formats

  • Wallet redesign

  • Hardware security module updates

  • Coordination across exchanges, custodians, and infrastructure

  • Migration of trillions in asset value

It is not a library swap. It is a systemic transformation.

And if legacy signature paths remain valid alongside new ones, the system is only as strong as its weakest path.

Post Quantum Cryptography: A different hard problem

Post-quantum signature schemes, such as lattice-based constructions (e.g., ML-DSA / Dilithium) rely on problems believed to be resistant to both classical and quantum attacks. Instead of discrete logarithms, they rely on:

  • Module lattice problems

  • Structured noise assumptions

  • Worst-case to average-case hardness reductions

These problems do not have known efficient quantum solutions. They come with tradeoffs:

  • Larger signature sizes

  • Higher computational cost

  • Different performance profiles

But they remove the catastrophic failure mode introduced by Shor’s algorithm.

The structural takeaway

ECDSA and Schnorr are not “weak.” They are perfectly secure under classical assumptions. The problem is that quantum computing changes the computational model entirely.

Once large-scale quantum computers exist, ECC-based signatures do not degrade slowly.

They fail decisively.

For systems designed to secure value for decades or even centuries, cryptographic survivability must be part of the base architecture. Not an afterthought.

Why Quantova starts here

Quantova was designed with the assumption that cryptographic evolution is inevitable. Instead of inheriting classical signatures into the protocol and hoping for smooth migration later, Quantova enforces post quantum cryptography at the execution layer from the beginning.

Security is not optional.
Legacy signature schemes are not co-equal.
Cryptographic policy is part of protocol design.

Because if blockchains are meant to secure the future, their cryptography must survive it.

02 Continue reading

More from the Quantova research record

Review further analysis on post quantum cryptography, the Hybrid Deterministic Consensus and the QVM bridge across 36 blockchains and 78 assets.

Owned by Quantova Inc. Released under the Business Source License 1.1.