File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.4.1 (TBD )
3+ ## 0.4.1 (September 24, 2024 )
44* Backport all non-protocol-breaking changes from versions 0.5+
55 * Fixes Rust 1.81+ compatibility, compatible with 0.4.0 (draft 11), incompatible with 0.5+ (final RFC)
66* Updated dependencies
Original file line number Diff line number Diff line change 99//! An implementation of a verifiable oblivious pseudorandom function (VOPRF)
1010//!
1111//! Note: This implementation is in sync with
12- //! [draft-irtf-cfrg-voprf-11](https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-19 .html),
12+ //! [draft-irtf-cfrg-voprf-11](https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-11 .html),
1313//! but this specification is subject to change, until the final version
1414//! published by the IETF.
1515//!
You can’t perform that action at this time.
0 commit comments