...

Package kyber

import "github.com/cloudflare/circl/kem/kyber"
Overview
Index
Subdirectories

Overview ▾

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.

Index ▾

Package files

doc.go

Subdirectories

Name Synopsis
..
kyber1024 Package kyber1024 implements the IND-CCA2 secure key encapsulation mechanism Kyber1024.CCAKEM as submitted to round 3 of the NIST PQC competition and described in
kyber512 Package kyber512 implements the IND-CCA2 secure key encapsulation mechanism Kyber512.CCAKEM as submitted to round 3 of the NIST PQC competition and described in
kyber768 Package kyber768 implements the IND-CCA2 secure key encapsulation mechanism Kyber768.CCAKEM as submitted to round 3 of the NIST PQC competition and described in