-
pqmsgNode.jsElectron
A federated, post-quantum end-to-end encrypted messenger. Key exchange via ML-KEM-1024 (FIPS 203), message and enrollment signatures via ML-DSA-87 (FIPS 204), AES-256-GCM for payload encryption. Independent, self-hosted servers interconnect so a user on one server can message or group-chat anyone on any other; a server can never decrypt message contents. Ships as desktop apps for macOS, Windows, and Linux.
-
BFV Homomorphic Encryption ImplementationC++
Core components of the BFV fully homomorphic encryption scheme implemented from scratch: polynomial modular arithmetic, encoding, and discrete noise sampling.