From 22bcbfc82179c0f96e96b3a42e27d306c9bc8126 Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Mon, 17 Nov 2025 21:01:18 -0800 Subject: [PATCH] Adding ml-kem re-export (#414) --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 8f5a447..0807453 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1383,6 +1383,8 @@ mod tests; #[cfg(feature = "argon2")] pub use argon2; +#[cfg(feature = "kem")] +pub use ml_kem; pub use {generic_array, rand}; pub use crate::ciphersuite::CipherSuite;