github.com/cloudflare/circl@v1.5.0/pke/kyber/kyber.go (about) 1 //go:generate go run gen.go 2 3 // Package kyber implements the CRYSTALS-Kyber.CPAPKE public key encryption 4 // as submitted to round 3 of the NIST PQC competition and described in 5 // 6 // https://pq-crystals.org/kyber/data/kyber-specification-round3.pdf 7 // 8 // The related key encapsulation mechanism (KEM) CRYSTALS-Kyber.CCAKEM can 9 // be found in the package github.com/cloudflare/circl/kem/kyber. 10 package kyber