Releases: facebook/voprf
Releases · facebook/voprf
v0.4.0-pre.4
What's Changed
- Updating to draft 11 by @raphaelrobert in #80
New Contributors
- @raphaelrobert made their first contribution in #80
Full Changelog: v0.4.0-pre.3...v0.4.0-pre.4
v0.4.0-pre.3
What's Changed
- Updating to draft version 10 by @kevinlewi in #79
Full Changelog: v0.4.0-pre.2...v0.4.0-pre.3
v0.4.0-pre.2
What's Changed
- Exposing the derive_key() function under the danger feature by @kevinlewi in #73
Full Changelog: v0.4.0-pre.1...v0.4.0-pre.2
v0.4.0-pre.1
What's Changed
- Add cargo-audit to CI by @daxpedda in #40
- General improvements by @daxpedda in #34
- Add Dependabot by @daxpedda in #37
- Configure Rustfmt and Taplo by @daxpedda in #38
ristretto255
feature by @daxpedda in #35- Remove custom Serde implementation by @daxpedda in #44
- Update digest to 0.10 by @daxpedda in #36
- General Improvements by @daxpedda in #47
- Reduce version requirement by @daxpedda in #50
batch_evaluate
withoutalloc
by @daxpedda in #48- Embrace
digest::Output
by @daxpedda in #51 Group
trait overhaul by @daxpedda in #52Group
trait overhaul part 2 by @daxpedda in #53- Document all
Error
s by @daxpedda in #55 - General improvements by @daxpedda in #56
- Move to
ZeroizeOnDrop
by @daxpedda in #54 - Merging Version 09 changes into main by @kevinlewi in #60
- Update to
curve25519-dalek
pre-release by @daxpedda in #61 - Add missing check for poprf by @kevinlewi in #62
- Activate
curve25519-dalek
crate withristretto255
crate feature by @daxpedda in #63 - General improvements by @daxpedda in #65
- Fixing taplo formatting by @kevinlewi in #70
- Bump actions/cache and actions/checkout by @kevinlewi in #71
- Publishing v0.4.0-pre.1 by @kevinlewi in #72
Full Changelog: v0.3.0...v0.4.0-pre.1
v0.3.0
What's Changed
- Updating test vectors to sync with draft version 08 by @kevinlewi in #32
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Re-export
simd_backend
by @daxpedda in #19 - Improve documentation on docs.rs by @daxpedda in #17
- P256 improvements by @daxpedda in #18
- P256 improvements by @daxpedda in #21
- Use Clippy on test code too by @daxpedda in #22
- Remove
CipherSuite
by @daxpedda in #20 - Add
clippy::cargo
and remove unnecessary dependencies by @daxpedda in #23 - Improvements by @daxpedda in #24
- Reduce allocations and some general code improvements by @daxpedda in #26
- Group improvements by @daxpedda in #28
- Adding "danger" feature to expose underlying elements by @kevinlewi in #27
- Remove allocations by
serialize
by @daxpedda in #29 - Adding deterministic_blind_unchecked functionality under danger feature by @kevinlewi in #30
- Publishing v0.2 by @kevinlewi in #31
New Contributors
Full Changelog: v0.1.0...v0.2.0