File: doc.go

package info (click to toggle)
golang-github-cloudflare-circl 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,064 kB
  • sloc: asm: 20,492; ansic: 1,292; makefile: 68
file content (11 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
//go:generate go run gen.go

// Package kyber implements the CRYSTALS-Kyber.CCAKEM IND-CCA2 secure
// key encapsulation mechanism (KEM) as submitted to round 3 of the NIST PQC
// competition and described in
//
//	https://pq-crystals.org/kyber/data/kyber-specification-round3.pdf
//
// The related public key encryption scheme CRYSTALS-Kyber.CPAPKE can be
// found in the package github.com/cloudflare/circl/pke/kyber.
package kyber