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

# Functions

GenerateKeyPair generates public and private keys using entropy from rand.
NewKeyFromSeed derives a public/private keypair deterministically from the given seed.
Scheme returns a KEM interface.

# Constants

Size of the encapsulated shared key.
Size of seed for EncapsulateTo.
Size of seed for NewKeyFromSeed.
Size of a packed private key.
Size of a packed public key.
Size of the established shared key.

# Structs

Type of a Kyber512.CCAKEM private key.
Type of a Kyber512.CCAKEM public key.