Publishing v3.0.0-pre.3 (#327)
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 3.0.0-pre.3 (June 7, 2023)
|
||||
* Adjusted curve25519 support logic
|
||||
* Adjusted key generation logic to be in line with commit 727b9ac of
|
||||
https://github.com/cfrg/draft-irtf-cfrg-opaque
|
||||
* Updated voprf dependency
|
||||
|
||||
## 3.0.0-pre.2 (March 14, 2023)
|
||||
* Updated VOPRF to draft 19
|
||||
* Added P384 testing support
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ name = "opaque-ke"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/facebook/opaque-ke"
|
||||
rust-version = "1.65"
|
||||
version = "3.0.0-pre.2"
|
||||
version = "3.0.0-pre.3"
|
||||
|
||||
[features]
|
||||
argon2 = ["dep:argon2"]
|
||||
|
||||
Reference in New Issue
Block a user