We are integrating Post-Quantum Cryptography (PQC) into the Substrate pallet to make Ghost Chain "Future-Proof".
- Primary: Crystals-Dilithium (NIST Round 3 Winner). Used for block finalization by the PoS committee.
- Security: Level 5 (equivalent to AES-256).
- PoW synergy: The PoW puzzle now includes a "PQC hash-check" where miners must solve a lattice-based challenge, making them partially resistant to future quantum-accelerated hashing (Grover's algorithm).
- Added
pqc_logic.rsto the workspace. - The committee signature verification will move from Ed25519 to Dilithium in the
finalize_blockphase.
- Drafted PQC signature wrapper.
- Integrate lattice-based difficulty adjustment into PoW logic.
- Benchmarking PQC signature verification in WASM.