2021-09-29 18:19:32 -07:00
|
|
|
# Changelog
|
|
|
|
|
|
2026-06-29 11:32:17 +02:00
|
|
|
## 1.0.0-pre.0 (June 29, 2026)
|
|
|
|
|
|
|
|
|
|
Forked from [facebook/voprf](https://github.com/facebook/voprf/) at `0.6.0-pre.1`.
|
|
|
|
|
|
2026-06-27 17:04:58 +02:00
|
|
|
* MSRV bumped to 1.87
|
|
|
|
|
* Migrated from `elliptic-curve 0.13` to `0.14`
|
2026-06-29 11:32:17 +02:00
|
|
|
* Replaced `generic-array` with `hybrid-array 0.4`
|
|
|
|
|
* Updated `digest` to 0.11, `rand_core` to 0.10, `rand` to 0.10, `sha2` to 0.11
|
|
|
|
|
* Updated `p256`, `p384`, `p521` to `0.14`
|
2026-06-27 17:04:58 +02:00
|
|
|
* Replaced `elliptic-curve/hash2curve` feature with standalone `hash2curve 0.14` crate
|
2026-06-29 11:32:17 +02:00
|
|
|
* Removed `VoprfParameters` dependency to be replaced with `OprfParameters` + `GroupDigest`
|
|
|
|
|
* Added `SecurityLevel` associated type to `Group` trait for generic hash bounds
|
|
|
|
|
* Added `OkmLen` associated type to `Group` trait (`MapToCurve::Length`)
|
|
|
|
|
* Updated `hash_to_scalar` to use `MapToCurve::Length` as OKM length per RFC 9380
|
|
|
|
|
* Updated `random_scalar` for deterministic byte consumption with `rand_core 0.10`
|
|
|
|
|
* Auto-impl `CipherSuite` for any `OprfParameters + Group` type via `OprfHash<T>`
|
2026-06-27 17:04:58 +02:00
|
|
|
|
2026-04-06 13:33:53 -07:00
|
|
|
## 0.6.0-pre.1 (April 6, 2026)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2026-04-06 13:33:53 -07:00
|
|
|
* MSRV bumped to 1.85
|
|
|
|
|
* Updated rand_core dependency to 0.9
|
|
|
|
|
* Updated rand dependency to 0.9
|
|
|
|
|
* Updated subtle dependency to 2.6
|
|
|
|
|
* Fixed docs issue
|
|
|
|
|
|
2025-11-08 13:46:14 -08:00
|
|
|
## 0.6.0-pre.0 (November 8, 2025)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2025-11-08 13:46:14 -08:00
|
|
|
* MSRV bumped to 1.83
|
|
|
|
|
* Updated Ristretto255 random scalar generation
|
|
|
|
|
* Updated generic-array to v1
|
|
|
|
|
|
2024-03-06 17:49:35 -08:00
|
|
|
## 0.5.0 (March 6, 2024)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2024-03-06 17:49:35 -08:00
|
|
|
* Just a version bump from v0.5.0-pre.7
|
|
|
|
|
|
|
|
|
|
## 0.5.0-pre.7 (January 11, 2024)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2024-01-11 11:58:36 -08:00
|
|
|
* Updated to be in sync with RFC 9497
|
|
|
|
|
|
2023-07-24 20:45:18 -07:00
|
|
|
## 0.5.0-pre.6 (July 24, 2023)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2023-07-24 20:45:18 -07:00
|
|
|
* Updated curve25519-dalek dependency to 4
|
|
|
|
|
|
2023-06-27 15:10:37 -07:00
|
|
|
## 0.5.0-pre.5 (June 27, 2023)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2023-06-27 15:10:37 -07:00
|
|
|
* Updated curve25519-dalek dependency to 4.0.0-rc.3
|
|
|
|
|
|
2023-05-21 00:29:21 -07:00
|
|
|
## 0.5.0-pre.4 (May 20, 2023)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2023-05-21 00:29:21 -07:00
|
|
|
* Updated curve25519-dalek dependency to 4.0.0-rc.2
|
|
|
|
|
|
2023-03-04 15:09:02 -08:00
|
|
|
## 0.5.0-pre.3 (March 4, 2023)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2023-03-04 15:09:02 -08:00
|
|
|
* Updated to be in sync with draft-irtf-cfrg-voprf-19
|
|
|
|
|
* Increased MSRV to 1.65
|
|
|
|
|
* Updated p256 dependency to v0.13
|
|
|
|
|
* Added p384 tests
|
|
|
|
|
|
2023-02-03 13:26:11 -08:00
|
|
|
## 0.5.0-pre.2 (February 3, 2023)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2023-02-03 13:26:11 -08:00
|
|
|
* Increased MSRV to 1.60
|
|
|
|
|
* Updated p256 dependency to v0.12
|
|
|
|
|
* Updated curve25519-dalek dependency to 4.0.0-rc.1
|
|
|
|
|
|
2022-12-19 13:17:58 -08:00
|
|
|
## 0.5.0-pre.1 (December 19, 2022)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2022-12-19 13:17:58 -08:00
|
|
|
* Updated curve25519-dalek dependency to 4.0.0-pre.5
|
|
|
|
|
|
2022-09-15 02:18:34 -07:00
|
|
|
## 0.4.0 (September 15, 2022)
|
2026-06-29 11:32:17 +02:00
|
|
|
|
2022-09-15 02:18:34 -07:00
|
|
|
* Updated to be in sync with draft-irtf-cfrg-voprf-11, with
|
|
|
|
|
the addition of the POPRF mode
|
2022-07-09 13:30:20 +02:00
|
|
|
* 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
|
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
|
|
|
* 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
|