# 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 Kyber512.CPAPKE private key.
PublicKey is the type of Kyber512.CPAPKE public key.