Bitcoin may go quantum-safe while Lightning privacy stays exposed

1 hour ago 1



Even if Bitcoin eventually adopts post-quantum protections for on-chain outputs, five parts of the Lightning Network’s off-chain payment system would still need separate upgrades, according to a Sept. 12 research preprint.The paper proposes PQLN, a hybrid post-quantum extension implemented as a rust-lightning research prototype. It targets gossip, which distributes node and channel information; encrypted peer connections; signed invoices and reusable payment offers; and onion packets that conceal payment-routing details.Lightning currently uses secp256k1-based ECDSA, Schnorr signatures or ECDH across those functions. PQLN keeps the classical mechanisms while adding ML-DSA signatures to gossip, invoices and offers. It adds hybrid ML-KEM key exchange to transport, payment onions and BOLT 12 privacy paths.The authors built a feature-gated rust-lightning fork and a modified ldk-sample node. Their 12-scenario matrix found that post-quantum and vanilla binaries built from the same rust-lightning base could coexist. Depending on the route and settings, mixed setups used classical protection or failed closed.That compatibility does not establish network-wide readiness. The repositories des...

Read Entire Article