[Cryptography] Quantum Bitcoin (Q-BTC): A Post-Quantum PoW Electronic Cash System
qbtc.core
qbtc.core at proton.me
Fri May 22 04:58:19 EDT 2026
I have been researching the operational vulnerabilities of ECDSA against polynomial-time extraction via Shor's algorithm.
In existing networks, the 10-minute mempool propagation latency creates an exploitable window for quantum Replace-by-Fee (RBF) front-running. To close this attack surface at Layer 1, I have implemented a Proof-of-Work electronic cash system that natively integrates the NIST-standardized ML-DSA-65 directly into the consensus path.
To mitigate the inherent ~3.3 KB lattice signature bloat, the node software employs a PQ-SegWit structure, isolating witness data at the RocksDB storage level.
The genesis block has been mined, and the initial peer-to-peer network is now operational. The difficulty is continuously adjusted via a 128-bit ASERTi3-2d algorithm.
Whitepaper V2.0: https://github.com/Q-Jack-core/quantum-btc/blob/main/Q-BTC%20Whitepaper%20V2.0.pdf
Source Code (Rust): https://github.com/Q-Jack-core/quantum-btc
I would appreciate any thoughts or critiques from this list regarding the lattice integration and the cryptographic implementation.
使用 [Proton Mail](https://proton.me/mail/home) 安全邮箱发送。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.metzdowd.com/pipermail/cryptography/attachments/20260522/42e246d6/attachment.htm>
More information about the cryptography
mailing list