Publishing v2.0.0 (#283)
This commit is contained in:
+1
-8
@@ -1,16 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2.0.0-pre.3 (July 11, 2022)
|
## 2.0.0 (September 21, 2022)
|
||||||
* Synced implementation with draft-irtf-cfrg-opaque-10
|
* Synced implementation with draft-irtf-cfrg-opaque-10
|
||||||
* Changed argon2 salt length to recommended value (16 bytes)
|
* Changed argon2 salt length to recommended value (16 bytes)
|
||||||
* Fixed issue from 2.0.0-pre.2 not pinning voprf dependency correctly
|
* Fixed issue from 2.0.0-pre.2 not pinning voprf dependency correctly
|
||||||
|
|
||||||
## 2.0.0-pre.2 (April 22, 2022)
|
|
||||||
* Synced implementation with draft-irtf-cfrg-opaque-08
|
|
||||||
|
|
||||||
## 2.0.0-pre.1 (March 15, 2022)
|
|
||||||
|
|
||||||
* Synced implementation with draft-irtf-cfrg-opaque-07
|
|
||||||
* Split out VOPRF implementation into its own crate
|
* Split out VOPRF implementation into its own crate
|
||||||
* Added support for running the API without performing
|
* Added support for running the API without performing
|
||||||
allocations
|
allocations
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@ getrandom = { version = "0.2", features = ["js"], optional = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
chacha20poly1305 = "=0.10.0-pre"
|
chacha20poly1305 = "=0.10.0-pre"
|
||||||
criterion = "0.3"
|
criterion = "0.4"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
json = "0.12"
|
json = "0.12"
|
||||||
p256 = { version = "0.11", default-features = false, features = [
|
p256 = { version = "0.11", default-features = false, features = [
|
||||||
|
|||||||
@@ -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 = "2.0.0-pre.3"
|
opaque-ke = "2"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Minimum Supported Rust Version
|
### Minimum Supported Rust Version
|
||||||
|
|||||||
Reference in New Issue
Block a user