There was an error while loading. Please reload this page.
1 parent 8afec46 commit 9b5eef4Copy full SHA for 9b5eef4
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 4.1.0-pre.0 (November 11, 2025)
4
+* Fixed dependency exporting for the rand crate
5
+* Added TripleDhKem key exchange protocol
6
+
7
## 4.0.1 (October 30, 2025)
8
* Fixing docs building issue
9
Cargo.toml
@@ -10,7 +10,7 @@ name = "opaque-ke"
10
readme = "README.md"
11
repository = "https://github.com/facebook/opaque-ke"
12
rust-version = "1.85"
13
-version = "4.0.1"
+version = "4.1.0-pre.0"
14
15
[features]
16
argon2 = ["dep:argon2"]
README.md
@@ -22,7 +22,7 @@ Installation
22
Add the following line to the dependencies of your `Cargo.toml`:
23
24
```
25
-opaque-ke = "4"
+opaque-ke = "4.1.0-pre.0"
26
27
28
### Minimum Supported Rust Version
0 commit comments