# 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.