package
1.6.0
Repository: https://github.com/cloudflare/circl.git
Documentation: pkg.go.dev

# Functions

GenerateKey generates a public/private key pair using entropy from rand.
NewKeyFromSeed derives a public/private key pair using the given seed.
NewKeyFromSeedMLKEM derives a public/private key pair using the given seed using the domain separation of ML-KEM.

# Constants

Size of a ciphertext.
Size of seed for EncryptTo.
Size of seed for NewKeyFromSeed.
Size of a plaintext.
Size of a packed PrivateKey.
Size of a packed PublicKey.

# Type aliases

PrivateKey is the type of Kyber1024.CPAPKE private key.
PublicKey is the type of Kyber1024.CPAPKE public key.