github.com/cloudflare/circl@v1.5.0/doc.go (about) 1 // Package circl provides a collection of cryptographic primitives. The goal 2 // of this module is to be used as a tool for experimental deployment of 3 // cryptographic algorithms targeting Post-Quantum (PQ) and Elliptic 4 // Curve Cryptography (ECC). 5 // 6 // Following blog post describes ideas behind CIRCL in more details: 7 // https://blog.cloudflare.com/introducing-circl/ 8 package circl // github.com/cloudflare/circl