Federated Learning (FL) enables collaborative machine learning without centralizing raw data. However, the impending threat of cryptographically-relevant quantum computers exposes FL's reliance on classical public-key cryptography (e.g., RSA, ECC) to Harvest-Now-Decrypt-Later (HNDL) attacks. We present PQ-FL, the first open federated learning control plane secured end-to-end using the finalized NIST Post-Quantum Cryptography (PQC) standards. Our architecture integrates ML-DSA-87 (FIPS 204) for transport-layer identity authentication (mTLS) and ML-KEM-1024 (FIPS 203) for application-layer model payload encryption. To overcome the lack of comprehensive PQC support in standard Python libraries (BoringSSL), we introduce a novel OQS-stunnel sidecar pattern that proxies edge client traffic. We evaluate the system on a CUDA-accelerated edge cluster training a convolutional neural network. Empirical results confirm successful multi-round aggregation using FedAvg, Krum, and Trimmed-Mean strategies alongside differential privacy, achieving seamless PQC key encapsulation (1568-byte ciphertexts) and verifiable asynchronous global model streaming.
Sujith B (2026) studied this question.