Module kem
Available on crate feature
dep_orion
only.Expand description
Key Encapsulation Mechanisms (KEMs).
Modules§
- mlkem512
- ML-KEM-512 as specified in FIPS-203.
- mlkem768
- ML-KEM-768 as specified in FIPS-203.
- mlkem1024
- ML-KEM-1024 as specified in FIPS-203.
- x25519_
hkdf_ sha256 - DHKEM(X25519, HKDF-SHA256) as specified in HPKE RFC 9180.
- xwing
- X-Wing hybrid KEM as specified in draft-connolly-cfrg-xwing-kem-06.