Upgrade ml-kem from 0.2 to 0.3.0-rc.0 (#421)

This commit is contained in:
Kevin Lewi
2026-03-26 17:17:13 -07:00
committed by GitHub
parent b20d78c074
commit bc588b149e
6 changed files with 72 additions and 42 deletions
+3 -2
View File
@@ -11,7 +11,7 @@
//!
//! ### Minimum Supported Rust Version
//!
//! Rust **1.85** or higher.
//! Rust **1.87** or higher.
//!
//! # Overview
//!
@@ -1383,9 +1383,10 @@ mod tests;
#[cfg(feature = "argon2")]
pub use argon2;
pub use generic_array;
#[cfg(feature = "kem")]
pub use ml_kem;
pub use {generic_array, rand};
pub use rand;
pub use crate::ciphersuite::CipherSuite;
#[cfg(feature = "curve25519")]