File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.1.0-pre.1 (November 17, 2025)
4+ * Added ml-kem re-export behind the kem feature
5+
36## 4.1.0-pre.0 (November 11, 2025)
47* Fixed dependency exporting for the rand crate
58* Added TripleDhKem key exchange protocol
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "opaque-ke"
1010readme = " README.md"
1111repository = " https://github.com/facebook/opaque-ke"
1212rust-version = " 1.85"
13- version = " 4.1.0-pre.0 "
13+ version = " 4.1.0-pre.1 "
1414
1515[features ]
1616argon2 = [" dep:argon2" ]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Installation
2222Add the following line to the dependencies of your ` Cargo.toml ` :
2323
2424```
25- opaque-ke = "4.1.0-pre.0 "
25+ opaque-ke = "4.1.0-pre.1 "
2626```
2727
2828### Minimum Supported Rust Version
You can’t perform that action at this time.
0 commit comments