2021-09-29 18:19:32 -07:00
|
|
|
# Changelog
|
|
|
|
|
|
2022-07-01 12:35:21 -07:00
|
|
|
## 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)
|
2022-04-05 00:41:38 -07:00
|
|
|
* Exposes the derive_key function under the "danger" feature
|
|
|
|
|
|
2022-04-01 17:30:28 -07:00
|
|
|
## 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
|
|
|
|
|
* Added common traits for each public-facing struct, including serde
|
|
|
|
|
support
|
|
|
|
|
|
2021-10-25 22:06:42 -07:00
|
|
|
## 0.3.0 (October 25, 2021)
|
|
|
|
|
|
|
|
|
|
* Updated to be in sync with draft-irtf-cfrg-voprf-08
|
|
|
|
|
|
2021-10-18 16:47:13 -07:00
|
|
|
## 0.2.0 (October 18, 2021)
|
|
|
|
|
|
|
|
|
|
* Removed the CipherSuite interface
|
|
|
|
|
* Added the "danger" feature for exposing internal functions
|
|
|
|
|
* General improvements to the group interface
|
|
|
|
|
|
2021-09-29 18:19:32 -07:00
|
|
|
## 0.1.0 (September 29, 2021)
|
|
|
|
|
|
|
|
|
|
* Initial release
|