Rust CI / cargo fmt (push) Successful in 6s
Rust CI / cargo clippy (push) Successful in 29s
Rust CI / test (1.87.0 / no backend / no frontend) (push) Successful in 1m25s
Rust CI / test (stable / no backend / no frontend) (push) Successful in 1m17s
Rust CI / test (1.87.0 / no backend / --features danger) (push) Successful in 1m23s
Rust CI / test (stable / no backend / --features danger) (push) Successful in 1m17s
Rust CI / test (1.87.0 / no backend / --features serde) (push) Successful in 1m25s
Rust CI / test (stable / no backend / --features serde) (push) Successful in 1m18s
Rust CI / test (1.87.0 / --features ristretto255-ciphersuite / no frontend) (push) Successful in 1m35s
Rust CI / test (stable / --features ristretto255-ciphersuite / no frontend) (push) Successful in 1m29s
Rust CI / test (1.87.0 / --features ristretto255-ciphersuite / --features danger) (push) Successful in 1m33s
Rust CI / test (stable / --features ristretto255-ciphersuite / --features danger) (push) Successful in 1m26s
Rust CI / test (1.87.0 / --features ristretto255-ciphersuite / --features serde) (push) Successful in 1m35s
Rust CI / test (stable / --features ristretto255-ciphersuite / --features serde) (push) Successful in 1m28s
Rust CI / cargo audit (push) Successful in 5s
Rust CI / no-std (wasm32-unknown-unknown / no backend) (push) Successful in 14s
Rust CI / no-std (thumbv6m-none-eabi / --features ristretto255-ciphersuite) (push) Successful in 14s
Rust CI / no-std (thumbv6m-none-eabi / no backend) (push) Successful in 12s
Rust CI / no-std (wasm32-unknown-unknown / --features ristretto255-ciphersuite) (push) Successful in 11s
Rust CI / cargo fmt (pull_request) Successful in 2s
Rust CI / cargo clippy (pull_request) Successful in 26s
Rust CI / test (1.87.0 / no backend / no frontend) (pull_request) Successful in 1m23s
Rust CI / test (stable / no backend / no frontend) (pull_request) Successful in 1m16s
Rust CI / test (1.87.0 / no backend / --features danger) (pull_request) Successful in 1m23s
Rust CI / test (stable / no backend / --features danger) (pull_request) Successful in 1m20s
Rust CI / test (1.87.0 / no backend / --features serde) (pull_request) Successful in 1m26s
Rust CI / test (stable / no backend / --features serde) (pull_request) Successful in 1m18s
Rust CI / test (1.87.0 / --features ristretto255-ciphersuite / no frontend) (pull_request) Successful in 1m33s
Rust CI / test (stable / --features ristretto255-ciphersuite / no frontend) (pull_request) Successful in 1m27s
Rust CI / test (1.87.0 / --features ristretto255-ciphersuite / --features danger) (pull_request) Successful in 1m32s
Rust CI / test (stable / --features ristretto255-ciphersuite / --features danger) (pull_request) Successful in 1m27s
Rust CI / test (1.87.0 / --features ristretto255-ciphersuite / --features serde) (pull_request) Successful in 1m36s
Rust CI / test (stable / --features ristretto255-ciphersuite / --features serde) (pull_request) Successful in 1m28s
Rust CI / cargo audit (pull_request) Successful in 4s
Rust CI / no-std (thumbv6m-none-eabi / --features ristretto255-ciphersuite) (pull_request) Successful in 15s
Rust CI / no-std (wasm32-unknown-unknown / --features ristretto255-ciphersuite) (pull_request) Successful in 13s
Rust CI / no-std (thumbv6m-none-eabi / no backend) (pull_request) Successful in 12s
Rust CI / no-std (wasm32-unknown-unknown / no backend) (pull_request) Successful in 10s
2.9 KiB
2.9 KiB
Changelog
0.7.0-pre.0 (June 28, 2026)
- MSRV bumped to 1.87
CipherSuiteno longer has a blanket impl viaVoprfParameters; useSuite<G, H>instead (breaking change)- Migrated from
elliptic-curve 0.13to0.14 - Replaced
generic-arraywithhybrid-array - Updated
digestdependency to 0.11 - Updated
rand_coredependency to 0.10 - Updated
randdependency to 0.10 - Updated
sha2dependency to 0.11 - Updated
p256,p384,p521dependencies to 0.14.0-rc - Replaced
elliptic-curve/hash2curvefeature with standalonehash2curve 0.14crate - Updated
hash_to_scalarto useMapToCurve::Lengthas OKM length per RFC 9380, replacing the removedGroupDigest::hash_to_scalarmethod - Updated
random_scalarto consume exactlyScalarLenbytes per attempt, adapting to the newrand_core 0.10API - Added
OkmLenassociated type toGrouptrait
0.6.0-pre.1 (April 6, 2026)
- 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
0.6.0-pre.0 (November 8, 2025)
- MSRV bumped to 1.83
- Updated Ristretto255 random scalar generation
- Updated generic-array to v1
0.5.0 (March 6, 2024)
- Just a version bump from v0.5.0-pre.7
0.5.0-pre.7 (January 11, 2024)
- Updated to be in sync with RFC 9497
0.5.0-pre.6 (July 24, 2023)
- Updated curve25519-dalek dependency to 4
0.5.0-pre.5 (June 27, 2023)
- Updated curve25519-dalek dependency to 4.0.0-rc.3
0.5.0-pre.4 (May 20, 2023)
- Updated curve25519-dalek dependency to 4.0.0-rc.2
0.5.0-pre.3 (March 4, 2023)
- 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
0.5.0-pre.2 (February 3, 2023)
- Increased MSRV to 1.60
- Updated p256 dependency to v0.12
- Updated curve25519-dalek dependency to 4.0.0-rc.1
0.5.0-pre.1 (December 19, 2022)
- Updated curve25519-dalek dependency to 4.0.0-pre.5
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
- 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
0.3.0 (October 25, 2021)
- Updated to be in sync with draft-irtf-cfrg-voprf-08
0.2.0 (October 18, 2021)
- Removed the CipherSuite interface
- Added the "danger" feature for exposing internal functions
- General improvements to the group interface
0.1.0 (September 29, 2021)
- Initial release