
Tech • IA • Crypto
Faced with the threat of quantum computers, the Bitcoin ecosystem is exploring “post-quantum” signatures capable of replacing current mechanisms without compromising performance or security.
Bitcoin relies on cryptographic signatures to authorize transactions. A sufficiently powerful quantum computer could break these signatures and enable transaction forgery. This prospect makes it necessary to anticipate a transition to quantum-resistant schemes.
Standards defined by the NIST, such as ML-DSA and SLH-DSA, do not directly meet Bitcoin’s needs. Designed for the web or software signing, they prioritize different use cases. Adopting them as-is would reduce network capacity from about 6.5 transactions per second to 0.5, due to much larger signatures.
Several families of post-quantum signatures coexist:
very secure, fast to verify, but costly in size or management.
fast but with large signatures.
compact signatures but very slow verification. Other approaches exist, such as multivariate or code-based systems, illustrating a broad space of trade-offs.
The central issue is the balance between signature size and verification speed. A compact signature that is slow to verify can slow the entire network. Conversely, larger but faster signatures might be acceptable if protocol adjustments are made.
These rely on simple cryptographic assumptions already used in Bitcoin via SHA-256. Their robustness is seen as a major advantage: if they fail, the entire system would be compromised. Recent optimizations suggest signatures of 300 to 600 bytes, down from several kilobytes previously.
Hash-based signatures often require tracking how many times a key is used, known as a “signature budget.” Exceeding it compromises security. This requires maintaining reliable state over time, which is problematic in cases of backups or data loss, especially on mobile.
Standardized schemes introduce systemic risks, such as a global drop in network performance. Stateful signatures shift this risk to individual users, who must avoid management errors. This trade-off appeals to some researchers.
Innovations like MuSig, aggregated signatures, or certain privacy features would be difficult to reproduce with hash-based signatures without heavy techniques like multiparty computation.
Isogeny-based signatures offer compact keys and natural compatibility with structures like BIP32. Despite renewed interest after recent mathematical advances, their maturity and security remain to be confirmed.
Active actors, such as exchanges or wallet developers, are likely to migrate quickly. The main risk concerns inactive users or those reusing addresses. However, mechanisms could allow secure migration even after a threat emerges.
The arrival of a quantum computer capable of attacking Bitcoin remains unpredictable. Some advocate rapid implementation to begin migration, while others prefer to wait for more optimized solutions, believing the network still has time.
Balancing technical constraints, security, and performance, the choice of a post-quantum scheme for Bitcoin remains open and will require major trade-offs before large-scale adoption.