Skip to content

Commit a5f83a7

Browse files
authored
ml-kem v0.1.1 (#28)
1 parent 3a0545c commit a5f83a7

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.

ml-kem/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.1.1 (2024-06-04)
9+
### Security
10+
- Fix potential "Kyberslash" attack ([#18])
11+
12+
[#18]: https://github.com/RustCrypto/KEMs/pull/18
13+
814
## 0.1.0 (2024-04-12)
915

1016
- Initial release

ml-kem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
Pure Rust implementation of the Module-Lattice-Based Key-Encapsulation Mechanism Standard
55
(formerly known as Kyber) as described in the FIPS 203 Initial Public Draft
66
"""
7-
version = "0.1.0"
7+
version = "0.1.1"
88
edition = "2021"
99
rust-version = "1.74"
1010
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)