Skip to content

Commit c94d549

Browse files
authored
module-lattice v0.2.0 (#279)
## Changed - Migrate from `subtle` to `ctutils` (#277) ## Removed - `subtle` support (#277)
1 parent cd3ca11 commit c94d549

4 files changed

Lines changed: 12 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.8", package = "hybrid-array", features = ["ctutils", "extra-sizes"] }
29-
module-lattice = { version = "0.2.0-rc.0", features = ["ctutils"] }
29+
module-lattice = { version = "0.2", features = ["ctutils"] }
3030
kem = "0.3.0-rc.6"
3131
rand_core = "0.10"
3232
sha3 = { version = "0.11.0-rc.9", default-features = false }

module-lattice/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.0 (2026-03-26)
9+
### Changed
10+
- Migrate from `subtle` to `ctutils` ([#277])
11+
12+
### Removed
13+
- `subtle` support ([#277])
14+
15+
[#277]: https://github.com/RustCrypto/KEMs/pull/277
16+
817
## 0.1.0 (2026-02-05)
918
Initial release

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
degree-256 polynomials over a prime-order field, vectors of such polynomials, and NTT polynomials
66
and vectors, as well as packing of polynomials into coefficients with a specified number of bits
77
"""
8-
version = "0.2.0-rc.0"
8+
version = "0.2.0"
99
edition = "2024"
1010
rust-version = "1.85"
1111
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)