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

     1  // Package mlkem implements  IND-CCA2 secure ML-KEM key encapsulation
     2  // mechanism (KEM) as defined in FIPS 203.
     3  //
     4  // https://nvlpubs.nist.gov/nistpubs/fips/nist.fips.203.pdf
     5  package mlkem
     6  
     7  // See ../kyber/gen.go and ../kyber/kat_test.go.