Glossary
Post-quantum cryptography

Key encapsulation mechanism

KEM

A construction for securely establishing a shared symmetric key: the sender encapsulates a random secret under the recipient's public key, and the recipient decapsulates it with their private key. Both then hold the same secret.

In practice

ML-KEM is a KEM; ECDH is a key-agreement scheme used for the same purpose.