Add migration guide to changelog (#393)

This commit is contained in:
daxpedda
2025-09-09 00:25:04 -07:00
committed by GitHub
parent a1624a92dd
commit 33464543c1
3 changed files with 136 additions and 2 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ name = "opaque-ke"
readme = "README.md"
repository = "https://github.com/facebook/opaque-ke"
rust-version = "1.85"
version = "3.0.0"
version = "4.0.0-pre.0"
[features]
argon2 = ["dep:argon2"]
@@ -73,6 +73,7 @@ criterion = "0.5"
cryptoki = "0.9"
elliptic-curve = { version = "0.13", features = ["alloc", "pkcs8"] }
hex = "0.4"
opaque-ke-3 = { package = "opaque-ke", version = "=3.0.0" }
p256 = { version = "0.13", default-features = false, features = [
"ecdsa",
"hash2curve",