Upgrade ml-kem from 0.2 to 0.3.0-rc.0 (#421)
This commit is contained in:
+3
-2
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user