- Just a version bump from v0.5.0-pre.7
- Updated to be in sync with RFC 9497
- Updated curve25519-dalek dependency to 4
- Updated curve25519-dalek dependency to 4.0.0-rc.3
- Updated curve25519-dalek dependency to 4.0.0-rc.2
- 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
- Increased MSRV to 1.60
- Updated p256 dependency to v0.12
- Updated curve25519-dalek dependency to 4.0.0-rc.1
- Updated curve25519-dalek dependency to 4.0.0-pre.5
- 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
- Exposes the derive_key function under the "danger" feature
- 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
- Updated to be in sync with draft-irtf-cfrg-voprf-08
- Removed the CipherSuite interface
- Added the "danger" feature for exposing internal functions
- General improvements to the group interface
- Initial release