> For the complete documentation index, see [llms.txt](https://docs.heliconnft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heliconnft.com/technical-architecture/anti-quantum.md).

# Anti-quantum

At present, in the blockchain system represented by Bitcoin, the SHA-256 hash algorithm and ECDSA elliptic curve cryptography provide the most basic security protection for the Bitcoin network.&#x20;

The emergence of quantum computers threatens almost all cryptography, which, among other things, is the foundation for internet security. Quantum computing is also a huge threat to blockchain-based cryptocurrencies. In particular, the quantum algorithm, Shor for computing discrete logarithms, can break the ECDSA signature scheme used by Bitcoin.&#x20;

The Helicon project aims to build a safe, efficient, powerful and reliable decentralized system. Among all the functions designed by Helicon, quantum resistance is one of the most important features. Anti-quantum cryptography, also known as post-quantum cryptography, can resist attacks from quantum computers. Helicon integrates two of the most popular anti-quantum signature schemes, BLISS \[DDLL13] and MSS / LMS. BLISS is currently the most efficient anti-quantum signature scheme, with the smallest public key and the shortest signature size, while MSS / LMS is the most efficient based on hash signature schemes. The security assumption of MSS / LMS is very weak (thought security is very strong), its security only depends on the security of the underlying hash algorithm. Under this security assumption, MSS/LMS is probably secure. So far, cryptographers have conducted a relatively sufficient analysis and demonstration on the performance, efficiency, and security of the two schemes.
