Skip to content

Commit 5b84cfb

Browse files
authored
module-lattice v0.2.1 (#286)
## Added - Impl `ctutils::CtEq` for `Polynomial`, `Vector`, and `NttMatrix` (#285)
1 parent 51890dd commit 5b84cfb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.

module-lattice/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1 (2026-04-03)
9+
### Added
10+
- Impl `ctutils::CtEq` for `Polynomial`, `Vector`, and `NttMatrix` ([#285])
11+
12+
[#285]: https://github.com/RustCrypto/KEMs/pull/285
13+
814
## 0.2.0 (2026-03-26)
915
### Changed
1016
- Migrate from `subtle` to `ctutils` ([#277])

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"
8+
version = "0.2.1"
99
edition = "2024"
1010
rust-version = "1.85"
1111
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)