Quantum Computing

Quantum computing is an advanced model of computation that uses principles of quantum mechanics, particularly superposition and entanglement, to process information in ways classical computers cannot replicate. While a traditional computer works through problems sequentially using binary logic, a quantum computer can evaluate enormous numbers of possibilities simultaneously, making it well-suited for tasks involving immense complexity or scale.

How it differs from classical computing

Traditional computers store and process information as bits, each holding a value of 0 or 1. Quantum computers use quantum bits, or qubits, which can exist in multiple states simultaneously, a property called superposition. This means that while a classical computer tests one potential solution at a time, a quantum computer can hold and process many states in parallel.

Quantum entanglement links two or more qubits so the state of one is instantly correlated with another, regardless of distance. Together, these properties produce processing power that scales exponentially: adding a single qubit can double computational capacity. A machine with 500 qubits, for instance, could perform calculations no existing classical supercomputer could complete within a realistic timeframe.

The underlying physics

Quantum computing draws from theoretical work in quantum physics developed in the early twentieth century by scientists including Albert Einstein and Max Planck. Modern quantum chips use physical systems such as superconducting circuits, trapped ions, or photonic components to create and control qubits at near-absolute-zero temperatures. Qubits are extremely fragile; minor environmental disturbances like heat, vibration, or electromagnetic interference can cause them to lose their quantum state, a phenomenon called decoherence. Managing this fragility and reducing calculation errors remains a central engineering challenge.

Milestones in hardware development

Progress in quantum hardware has accelerated over the past decade, with both the number of qubits per chip and their reliability improving.

Google's Sycamore processor (2019, 53 qubits) became one of the first to demonstrate a specific computation faster than classical supercomputers could perform it. IBM's Condor chip, released at the end of 2023, crossed the 1,000-qubit threshold. Atom Computing announced a neutral-atom system approaching 1,180 qubits around the same period. In late 2024, Google's Willow chip (105 qubits) demonstrated a key breakthrough in error correction, reducing errors as the number of qubits grows rather than compounding them. Shortly afterward, in February 2025, Microsoft unveiled its Majorana 1 chip, built on a topological qubit architecture designed for greater long-term stability.

Willow is a striking illustration of the current pace: it completed a benchmark computation in under five minutes that would have taken the fastest classical supercomputer an estimated 10^25 years.

Where quantum computing is already being applied

Quantum hardware today remains limited in scale and error-prone for most real-world deployment, but research institutions and companies across industries are actively exploring its applications.

In drug discovery and materials science, quantum computers can simulate molecules and atoms with accuracy classical systems cannot reach, potentially shortening development timelines for new medicines and advanced materials. In logistics and optimization, quantum algorithms scan vast solution spaces to find efficient routes, schedules, or supply chain configurations. Financial modeling is another active research area, especially for pricing complex derivatives and running portfolio optimizations across millions of variables. NASA has also explored quantum processors for spacecraft propulsion design and deep-space mission planning.

The threat to cryptographic security

Quantum computing's most immediate practical concern for digital infrastructure is its potential to break widely used encryption standards. Current public-key cryptography, including the Elliptic Curve Digital Signature Algorithm (ECDSA) used in cryptocurrencies like Bitcoin, relies on mathematical problems classical computers cannot solve in reasonable time. A sufficiently powerful quantum computer running Shor's algorithm could derive a private key directly from its public key, bypassing the security model entirely.

Grover's algorithm could accelerate solving cryptographic hash puzzles used in proof-of-work mining. While less immediately threatening than Shor's algorithm, it could still give quantum-equipped miners a significant computational advantage over classical miners, raising concerns about centralization of block production

A May 2025 paper by Google Quantum AI researcher Craig Gidney suggested a 2048-bit RSA key could be broken in under a week using fewer than one million noisy qubits, a substantial downward revision from earlier estimates of around 20 million qubits. This shortens the expected timeline considerably. Multiple aggressive roadmaps from companies including Fujitsu and IonQ target machines exceeding 10,000 qubits by 2027 to 2030, leading analysts to project cracking RSA-2048 encryption as early as 2030.

Post-quantum cryptography: the emerging response

The cryptographic community has developed countermeasures under post-quantum cryptography (PQC), a set of algorithms designed to resist attacks from classical and quantum machines. The U.S. National Institute of Standards and Technology (NIST) finalized its first three post-quantum standards in August 2024, designated FIPS 203, 204, and 205. These include quantum-resistant signature schemes such as CRYSTALS-Dilithium and Falcon, which rely on mathematical structures called lattices rather than factoring and discrete logarithm problems that quantum computers can solve. A fifth algorithm, HQC, was selected by NIST in March 2025 as an additional post-quantum encryption standard.

Software projects have begun integrating these standards. Google's BoringSSL and Tink libraries now incorporate the new NIST algorithms. Apple's iMessage and the Signal messaging app have implemented quantum-resistant protocols to protect user communications against future threats. U.S. government agencies, including the NSA, have set a firm deadline of 2035 to migrate all federal systems to quantum-safe standards.

Within the cryptocurrency ecosystem specifically, the Bitcoin development community is advancing Bitcoin Improvement Proposals (BIPs) to address the exposure of legacy addresses. A notable proposal co-authored by Jameson Lopp in July 2025 outlined a phased strategy to retire vulnerable signature schemes by 2030 and introduce a new address format called Pay-to-Quantum-Resistant-Hash (P2QRH). The proposal also controversially recommends freezing funds in unmigrated legacy addresses to prevent future quantum-enabled theft, a measure that would require broad community consensus to implement.