pub fn GenerateKeyPair( alg: KEM, randomness: Randomness, ) -> Result<KeyPair, HpkeError>
Randomized algorithm to generate a key pair (skX, pkX).
(skX, pkX)