Adding ml-kem re-export (#414)

This commit is contained in:
Kevin Lewi
2025-11-17 21:01:18 -08:00
committed by GitHub
parent 9b5eef4f8f
commit 22bcbfc821
+2
View File
@@ -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;