github.com/cloudflare/circl@v1.5.0/kem/kyber/doc.go (about)

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