Skip to content

Commit d1dbb90

Browse files
authored
ml-kem v0.3.1 (#313)
### Added - Optional on-by-default heap offload support (#310)
1 parent 1ee1d59 commit d1dbb90

3 files changed

Lines changed: 8 additions & 1 deletion

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/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.3.1 (2026-05-10)
9+
### Added
10+
- Optional on-by-default heap offload support ([#310])
11+
12+
[#310]: https://github.com/RustCrypto/KEMs/pull/310
13+
814
## 0.3.0 (2026-04-28)
915
### Added
1016
- `Seed` support e.g. `DecapsulationKey::from_seed` ([#133], [#138])

ml-kem/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ keywords = ["crypto", "kyber", "lattice", "post-quantum"]
1616
exclude = ["tests/key-gen.rs", "tests/key-gen.json", "tests/encap-decap.rs", "tests/encap-decap.json"]
1717

1818
[features]
19+
default = ["alloc"]
1920
alloc = ["module-lattice/alloc", "pkcs8?/alloc"]
2021

2122
getrandom = ["kem/getrandom"]

0 commit comments

Comments
 (0)