Thales Luna 8 Upgrades Hardware Security for Post-Quantum Blockchain Infrastructure
According to Thales, the company has launched Luna 8, a next-generation hardware security module (HSM) engineered for the post-quantum transition.
Caleb North·updated August 26, 2026

The release lands alongside the firm's 2026 Data Threat Report, which cites Harvest Now, Decrypt Later (HNDL) attacks as the top-ranked risk, with 59% of surveyed organizations reportedly prototyping post-quantum cryptography (PQC) algorithms. For Web3 builders, the relevant signal is narrower: the key-management substrate under smart contracts is moving to PQC-ready hardware, and that change propagates upward into signature verification.
Hardware Roots of Trust, Re-Engineered
Luna 8 is positioned as a unified appliance for key storage and cryptographic operations, with claimed support for both classical and post-quantum algorithms. Thales states the module runs on a custom-designed cryptographic processor and delivers what the company describes as orders-of-magnitude faster operations versus prior generations. The features that touch Web3 are concrete: PKI roots, certificate management, authentication material, signing keys, and identity primitives. These are the exact primitives from which on-chain signatures, custodial flows, and bridge attestations derive. If signing material migrates to PQC inside HSMs, downstream signature verification on-chain shifts as well. Thales frames migration as non-disruptive — same ancillaries, same interfaces. That claim covers the operator side. EVM verifier code is a separate engineering surface.
MPC Pilot Pushes PQC Into the Transaction Path
In a related move, the Responsible Fintech Institute (RFI) and Safeheron announced an interregional pilot to test post-quantum cryptography for digital asset transactions. The protocol is a 2-of-2 MPC construction supporting ML-DSA-65, the digital signature scheme standardized under NIST FIPS 204. Testing covers wallet generation and on-chain transfers on a quantum-resistant testnet of NEAR. Participants include regulators from the Abu Dhabi Global Market, the Financial Services Authority of Gelephu in Bhutan, and the Malta Financial Services Authority, alongside Bison Bank and DK Bank. The governance model is phased: regulators observe first, then engage. A white paper and an open-sourced core protocol for independent audit are planned. This matters because MPC plus ML-DSA-65 is one of the first live attempts to wire a lattice-based signature scheme into a custody and transfer flow on a public-style network.
What To Verify Before Treating PQC As Production
A short audit checklist for practitioners evaluating these announcements:
- Verifier support. ML-DSA-65 (FIPS 204) precompile or gas-metered verification on the target chain is the gating factor. Without it, signature aggregation costs dominate.
- Key ceremony. HSM-issued PQC keys still require a documented generation and backup procedure. PQC keys are larger; rotation thresholds and storage budgets shift.
- Migration path. "Same interfaces" applies to HSM operators. On-chain verifier upgrades are a separate task. Treat them as a hard fork in the threat model, not a routine patch.
- Audit surface. An open-sourced MPC core is auditable in principle. Confirm that the published artifacts match the deployed binaries and that testnet commitments resolve on-chain.
The 59% prototyping figure is a survey metric, not a deployment rate. Treat it as directional. HNDL is the actual driver: data captured today can be decrypted once a sufficiently capable quantum system is available, which means any long-lived signature or encrypted state needs a PQC migration plan now, not at the threshold date. Two open questions remain — whether EVM-compatible chains will ship native ML-DSA-65 precompiles before institutional custody requires them, and whether MPC signing ceremonies can meet the latency budgets of high-throughput L2 sequencers without sacrificing the threshold-security property.