Publishing v3.0.0-pre.2 (#318)
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.0.0-pre.2 (March 14, 2023)
|
||||||
|
* Updated VOPRF to draft 19
|
||||||
|
* Added P384 testing support
|
||||||
|
* Increased MSRV to 1.65
|
||||||
|
* Updating dependencies
|
||||||
|
|
||||||
## 3.0.0-pre.1 (February 8, 2023)
|
## 3.0.0-pre.1 (February 8, 2023)
|
||||||
* Renaming of X25519 to Curve25519
|
* Renaming of X25519 to Curve25519
|
||||||
* Increased MSRV to 1.60
|
* Increased MSRV to 1.60
|
||||||
|
|||||||
+2
-2
@@ -7,9 +7,9 @@ keywords = ["cryptography", "crypto", "opaque", "passwords", "authentication"]
|
|||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
name = "opaque-ke"
|
name = "opaque-ke"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/novifinancial/opaque-ke"
|
repository = "https://github.com/facebook/opaque-ke"
|
||||||
rust-version = "1.65"
|
rust-version = "1.65"
|
||||||
version = "3.0.0-pre.1"
|
version = "3.0.0-pre.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
argon2 = ["dep:argon2"]
|
argon2 = ["dep:argon2"]
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ Installation
|
|||||||
Add the following line to the dependencies of your `Cargo.toml`:
|
Add the following line to the dependencies of your `Cargo.toml`:
|
||||||
|
|
||||||
```
|
```
|
||||||
opaque-ke = "3.0.0-pre.1"
|
opaque-ke = "3.0.0-pre.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Minimum Supported Rust Version
|
### Minimum Supported Rust Version
|
||||||
|
|||||||
Reference in New Issue
Block a user