Publishing v0.4.0 (#83)

This commit is contained in:
Kevin Lewi
2022-09-15 02:18:34 -07:00
committed by GitHub
parent f670733165
commit 2dc6a8b2c2
3 changed files with 7 additions and 16 deletions
+3 -12
View File
@@ -1,23 +1,14 @@
# Changelog
## 0.4.0-pre.4 (July 9, 2022)
* Updated to be in sync with draft-irtf-cfrg-voprf-11
## 0.4.0 (September 15, 2022)
* Updated to be in sync with draft-irtf-cfrg-voprf-11, with
the addition of the POPRF mode
* Adds the evaluate() function to the servers to calculate the output of the OPRF
directly
* Renames the former evaluate() function to blind_evaluate to match the spec
* Fixes the order of parameters for PoprfClient::blind to align it with the
other clients
## 0.4.0-pre.3 (July 1, 2022)
* Updated to be in sync with draft-irtf-cfrg-voprf-10, with
the only difference from -09 being a constant string change
## 0.4.0-pre.2 (April 21, 2022)
* Exposes the derive_key function under the "danger" feature
## 0.4.0-pre.1 (April 1, 2022)
* Updated to be in sync with draft-irtf-cfrg-voprf-09, with
the addition of the POPRF mode
* Added support for running the API without performing allocations
* Revamped the way the Group trait was used, so as to be more easily
extendable to other groups