Skip to content

Commit b6a3ad0

Browse files
authored
module-lattice v0.1.0-rc.0 (#222)
1 parent c3b485d commit b6a3ad0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ml-kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ zeroize = ["module-lattice/zeroize", "dep:zeroize"]
2626

2727
[dependencies]
2828
array = { version = "0.4.4", package = "hybrid-array", features = ["extra-sizes", "subtle"] }
29-
module-lattice = { version = "0.1.0-pre.0", features = ["subtle"] }
29+
module-lattice = { version = "0.1.0-rc.0", features = ["subtle"] }
3030
kem = "0.3.0-rc.2"
3131
rand_core = "0.10.0-rc-6"
3232
sha3 = { version = "0.11.0-rc.3", default-features = false }

module-lattice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Functionality shared between the `ml-kem` and `ml-dsa` crates, including linear
55
a prime-order field, vectors of such polynomials, and NTT polynomials / vectors, as well as packing of polynomials into
66
coefficients with a specified number of bits.
77
"""
8-
version = "0.1.0-pre.0"
8+
version = "0.1.0-rc.0"
99
edition = "2024"
1010
rust-version = "1.85"
1111
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)