Learn

Starknet and quantum security

Explore articles, podcast conversations, videos, definitions and primary sources on quantum threats, post-quantum cryptography and Starknet.

Articles, podcasts & videos

Quantum library

Showing 6 of 25 items.

  1. Seven of our researchers helped halve Google’s quantum attack estimate

    Seven StarkWare and Starknet Foundation researchers co-authored the ECDSA.fail paper on reducing the estimated cost of elliptic-curve point addition for quantum attacks.
  2. The first quantum-safe Bitcoin transaction has been mined

    Avihu Levy’s QSB method has been executed on Bitcoin mainnet, moving coins into quantum-resistant storage with no soft fork or change to consensus rules.
  3. Three tests for post-quantum readiness

    Eli Ben-Sasson outlines three questions for a blockchain’s post-quantum transition: feasibility, speed and the user migration experience.
  4. Which cryptography is quantum-resistant?

    Eli Ben-Sasson explains why distinguishing between cryptography threatened by quantum computers and quantum-resistant approaches matters.
  5. From scaling and privacy to post-quantum security

    Eli Ben-Sasson connects ZK-STARKs with Stwo scaling and STRK20 privacy, then identifies post-quantum security as a next step for Starknet.
  6. Top 5 Quantum Computing Myths, Answered

    Can quantum computers break crypto wallets? Not yet, and not the way most coverage suggests. Five quantum computing myths, answered with dated evidence.

Selected answer

Selected answer: Is Starknet quantum-resistant?

The system claim

Is Starknet quantum-resistant?

No. Not as a single system-wide claim.

A. PQ-friendly architecture. STARK proving does not depend on elliptic-curve hardness.

B. Cryptographic agility. Native account abstraction allows account-level signature verification to change.

C. Migration status. Some parts of Starknet still need migration, particularly existing deployments and Ethereum-facing dependencies.

Open Migration

Public-key systems

What does Shor’s algorithm change?

ECDSA and KZG.

Shor’s algorithm threatens discrete-log public-key systems. In this Hub, that maps to account signatures and Ethereum-facing dependencies. Shor’s algorithm does not target the assumption behind StarkWare’s hash-based STARK proofs.

Hash functions

What does Grover’s algorithm change?

Security margins.

Grover’s algorithm gives a quadratic speedup for unstructured search, which affects parameter choices and hash-preimage margins. Grover’s algorithm does not break hash functions.

Post-quantum standards

Which standards matter?

Three NIST standards anchor this vocabulary: ML-KEM (FIPS 203), ML-DSA (FIPS 204) and SLH-DSA (FIPS 205).

NIST’s standards define particular key-establishment and signature schemes. They do not certify StarkWare’s STARK proofs or BLAKE2.

Migration

What does migration mean here?

Component by component.

Each Migration status identifies what is live, what remains, who controls the next change and which public evidence supports the status.

Compare all five surfaces

Reference term

Post-quantum cryptography (PQC)

Cryptography designed to resist known attacks from classical and quantum computers. The claim must name the primitive or system boundary it covers.

Reference term

STARK proof

A transparent proof of computation whose cryptographic commitments use hash functions rather than elliptic-curve hardness assumptions.

Reference term

Proof system

A proof system verifies computation. It is separate from the signature scheme that authorizes an account transaction.

Reference term

Account signature

The cryptographic signature an account uses to authorize a transaction. A post-quantum proving layer does not migrate account signatures by implication.

Reference term

Elliptic-curve cryptography and ECDSA

ECDSA is an elliptic-curve signature scheme. Shor’s algorithm threatens the discrete-log assumption that supports its security.

Reference term

KZG

A pairing-based polynomial-commitment scheme used by Ethereum’s blob path. It is an Ethereum-facing dependency, separate from StarkWare’s hash-based STARK proof layer.

Reference term

BLAKE2

A hash function already used for compiled class hashes and Starknet OS program hashes. That deployed scope does not migrate account authorization.

Reference term

Native account abstraction

Starknet accounts are contracts that define transaction validation. A new account implementation can choose different signature verification logic.

Reference term

Cryptographic agility

The ability to replace a cryptographic primitive without redesigning the system around it.

Reference term

Harvest now, decrypt later

A confidentiality risk in which encrypted data collected today is decrypted after quantum hardware improves. Public blockchain state is not secret, so the primary risk is signature forgery rather than decrypting public data.

Selected answer

The system claim

Is Starknet quantum-resistant?

No. Not as a single system-wide claim.

A. PQ-friendly architecture. STARK proving does not depend on elliptic-curve hardness.

B. Cryptographic agility. Native account abstraction allows account-level signature verification to change.

C. Migration status. Some parts of Starknet still need migration, particularly existing deployments and Ethereum-facing dependencies.

Open Migration

Primary sources

Foundational references

Papers, standards and protocol documentation. These sources are separate from the editorial content above.

Last updated: 10 September 2026.