Publishing v2.0.0 (#283)

This commit is contained in:
Kevin Lewi
2022-09-21 20:31:31 -07:00
committed by GitHub
parent 94fd3598d0
commit d2a2139348
3 changed files with 3 additions and 10 deletions
+1 -8
View File
@@ -1,16 +1,9 @@
# Changelog
## 2.0.0-pre.3 (July 11, 2022)
## 2.0.0 (September 21, 2022)
* Synced implementation with draft-irtf-cfrg-opaque-10
* Changed argon2 salt length to recommended value (16 bytes)
* 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
* Added support for running the API without performing
allocations
+1 -1
View File
@@ -57,7 +57,7 @@ getrandom = { version = "0.2", features = ["js"], optional = true }
[dev-dependencies]
bincode = "1"
chacha20poly1305 = "=0.10.0-pre"
criterion = "0.3"
criterion = "0.4"
hex = "0.4"
json = "0.12"
p256 = { version = "0.11", default-features = false, features = [
+1 -1
View File
@@ -22,7 +22,7 @@ Installation
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