Federated Learning (FL) enables collaborative machine learning by aggregating local models from decentralized clients without sharing raw data. However, the parameter exchange process in standard FL architectures is vulnerable to emerging quantum computing threats. Specifically, Shor's algorithm, executable on large-scale quantum computers, can break conventional asymmetric cryptography such as RSA and ECDH in polynomial time, thereby threatening the security of FL systems that rely on these traditional public-key infrastructures for parameter exchange. This study addresses this vulnerability by implementing the recently standardized post-quantum cryptographic protocol, ML-KEM (Module-Lattice-Based Key-Encapsulation Mechanism), within a FedAvg-based FL architecture. The integration is designed to secure the parameter exchange pipeline without compromising the neural network's performance. Experimental results on a simulated environment utilizing the MNIST dataset demonstrate that the ML-KEM integration preserves 100% of the global model accuracy. Furthermore, the cryptographic latency overhead introduced by encapsulation and decapsulation remains highly efficient, proving its potential as a robust security layer. While current evaluations focus on small-scale deployments, the proposed architecture establishes a foundational post-quantum security framework for future privacy-preserving distributed learning systems.
Copyrights © 2026