Posts  / #POST-229027
REDDIT

ForgeLattice — Pure Go implementation of NIST PQC standards (FIPS-203 ML-KEM & FIPS-204 ML-DSA)

D
Jun 2, 2026 · 11:30

Hi r/crypto ,

I just open-sourced the first working prototype of **ForgeLattice** — an independent, pure Go research library for Post-Quantum Cryptography built directly from the NIST FIPS specifications.

I wanted to share it here for anyone interested in post-quantum stuff or lattice math who wants to play around with it or test it out.

**Features:**

* **ML-KEM (Kyber)** – key encapsulation mechanisms
* **ML-DSA (Dilithium)** – digital signatures
* **SHA-3 / Keccak** (full sponge construction)
* **A simple CLI utility** for quick local testing and vector generation

Everything is fully validated against official KAT vectors and cross-verified with Cloudflare's CIRCL.

*Disclaimer: Built strictly for research & education. It hasn't been audited and isn't hardened against side-channel attacks.*

Repo: [https://github.com/Deeptiman/forgelattice](https://github.com/Deeptiman/forgelattice)

Post image