Offers a Go library for implementing post-quantum cryptographic algorithms such as ML-DSA for digital signatures and ML-KEM for key encapsulation.
Gopq is an educational Go project designed to demonstrate the implementation of post-quantum safe cryptography. It provides reusable Go functions for critical PQC algorithms like ML-DSA for digital signing and ML-KEM for secure key encapsulation, leveraging the Cloudflare CIRCL library. Beyond its cryptographic utility, Gopq also serves as a practical example of Agentic AI development workflows, showcasing the integration of tools like GitHub Copilot with custom instruction and prompt files to guide the software creation process.