Publishing v2.0.0 (#283)
This commit is contained in:
+1
-8
@@ -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
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user