Expand description
Threshold ML-KEM (FIPS 203) — research prototype.
No production-quality threshold ML-KEM exists today. This crate
is a research prototype. Production use requires academic collaborator
engagement (see TODO.roadmap/26).
Research questions:
- Proactive share refresh for lattice schemes
- Threshold decryption ceremony with audit trail
- Re-encryption for quorum composition changes
- Composition with AEAD for symmetric encryption
- Cross-tier re-encryption (IA → BIML without plaintext exposure)
Structs§
- Share
- Share of the threshold ML-KEM secret key.
- Threshold
Public Key - Threshold ML-KEM public key.
Enums§
- MlKem
Error - Errors during threshold ML-KEM operations.
- Parameter
Set - ML-KEM parameter sets (FIPS 203).
Functions§
- placeholder_
public_ key - Construct a placeholder public key (research only).