diff --git a/Cargo.lock b/Cargo.lock index 116d85d..bbc16e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -789,7 +789,7 @@ dependencies = [ [[package]] name = "module-lattice" -version = "0.1.0-pre.0" +version = "0.1.0-rc.0" dependencies = [ "getrandom", "hybrid-array", diff --git a/ml-kem/Cargo.toml b/ml-kem/Cargo.toml index 9dbcdfc..8ae90e5 100644 --- a/ml-kem/Cargo.toml +++ b/ml-kem/Cargo.toml @@ -26,7 +26,7 @@ zeroize = ["module-lattice/zeroize", "dep:zeroize"] [dependencies] array = { version = "0.4.4", package = "hybrid-array", features = ["extra-sizes", "subtle"] } -module-lattice = { version = "0.1.0-pre.0", features = ["subtle"] } +module-lattice = { version = "0.1.0-rc.0", features = ["subtle"] } kem = "0.3.0-rc.2" rand_core = "0.10.0-rc-6" sha3 = { version = "0.11.0-rc.3", default-features = false } diff --git a/module-lattice/Cargo.toml b/module-lattice/Cargo.toml index d923ef5..2d6e2a5 100644 --- a/module-lattice/Cargo.toml +++ b/module-lattice/Cargo.toml @@ -5,7 +5,7 @@ Functionality shared between the `ml-kem` and `ml-dsa` crates, including linear a prime-order field, vectors of such polynomials, and NTT polynomials / vectors, as well as packing of polynomials into coefficients with a specified number of bits. """ -version = "0.1.0-pre.0" +version = "0.1.0-rc.0" edition = "2024" rust-version = "1.85" license = "Apache-2.0 OR MIT"