🤖 AI Summary
Quantum computing poses an existential threat to blockchain systems relying on classical digital signature algorithms such as ECDSA, necessitating rigorous evaluation of post-quantum cryptography (PQC) in real-world deployments.
Method: This work presents the first systematic benchmarking study of the seven NIST-standardized PQC digital signature schemes—ML-DSA, Dilithium, Falcon, Mayo, SLH-DSA, SPHINCS+, and Cross—against ECDSA across diverse hardware platforms. We measure signing and verification latency and conduct large-scale simulations to assess performance under realistic blockchain workloads.
Contribution/Results: Our blockchain-oriented PQC benchmarking methodology reveals that at Security Level 1, PQC incurs negligible overhead; at Level 5, ML-DSA achieves verification latency of just 0.14 ms—over six times faster than ECDSA’s 0.88 ms. All implementations are open-sourced to ensure reproducibility and accelerate standardized PQC migration in distributed ledger systems.
📝 Abstract
The advent of quantum computing threatens the security of traditional encryption algorithms, motivating the development of post-quantum cryptography (PQC). In 2024, the National Institute of Standards and Technology (NIST) standardized several PQC algorithms, marking an important milestone in the transition toward quantum-resistant security. Blockchain systems fundamentally rely on cryptographic primitives to guarantee data integrity and transaction authenticity. However, widely used algorithms such as ECDSA, employed in Bitcoin, Ethereum, and other networks, are vulnerable to quantum attacks. Although adopting PQC is essential for long-term security, its computational overhead in blockchain environments remains largely unexplored. In this work, we propose a methodology for benchmarking both PQC and traditional cryptographic algorithms in blockchain contexts. We measure signature generation and verification times across diverse computational environments and simulate their impact at scale. Our evaluation focuses on PQC digital signature schemes (ML-DSA, Dilithium, Falcon, Mayo, SLH-DSA, SPHINCS+, and Cross) across security levels 1 to 5, comparing them to ECDSA, the current standard in Bitcoin and Ethereum. Our results indicate that PQC algorithms introduce only minor performance overhead at security level 1, while in some scenarios they significantly outperform ECDSA at higher security levels. For instance, ML-DSA achieves a verification time of 0.14 ms on an ARM-based laptop at level 5, compared to 0.88 ms for ECDSA. We also provide an open-source implementation to ensure reproducibility and encourage further research.