Releases: facebook/voprf
Releases · facebook/voprf
v0.4.1
What's Changed
- v0.4.1 - draft-11 compatible, builds on latest Rust by @cyyynthia in #135
- Publishing v0.4.1 by @kevinlewi in #136
New Contributors
- @cyyynthia made their first contribution in #135
Full Changelog: v0.4.0...v0.4.1
v0.5.0
What's Changed
- Fix Clippy by @daxpedda in #85
- Update
curve25519-dalek
to 4.0.0-pre.5 by @daxpedda in #86 - Adding all-features CI test by @kevinlewi in #87
- Publishing 0.5.0-pre.1 by @kevinlewi in #88
- Upgrade
p256
to v0.12 by @daxpedda in #90 - Replace
json
withserde_json
by @daxpedda in #92 - Fix Clippy by @daxpedda in #96
- Depend on
ProjectivePoint: ToEncodedPoint
by @daxpedda in #95 - Update
curve25519-dalek
by @daxpedda in #94 - Use explicit crate features by @daxpedda in #100
- Bump
curve25519-dalek
to v4.0.0-rc.1 by @daxpedda in #102 - Publishing 0.5.0-pre.2 by @kevinlewi in #104
- Update to draft 19 by @daxpedda in #101
- Test P-384 by @daxpedda in #84
- Update RustCrypto dependencies to v0.13 by @daxpedda in #106
- Publishing 0.5.0-pre.3 by @kevinlewi in #107
- Update curve25519-dalek requirement from =4.0.0-rc.1 to =4.0.0-rc.2 by @dependabot in #108
- Publishing 0.5.0-pre.4 by @kevinlewi in #109
- Updating dual-license language by @kevinlewi in #110
- Bump
curve25519-dalek
to v4.0.0-rc.3 by @daxpedda in #113 - Publishing v0.5.0-pre.5 by @kevinlewi in #115
- Bump
curve25519-dalek
to v4 by @daxpedda in #116 - Publishing v0.5.0-pre.6 by @kevinlewi in #118
- Fixing clippy IntoIterator warnings and Taplo issue by @kevinlewi in #123
- Bump actions/checkout from 3 to 4 by @dependabot in #120
- Updating setup-rust-action by @kevinlewi in #125
- Test P-521 by @daxpedda in #127
- Publishing v0.5.0-pre.7 by @kevinlewi in #128
- Fix ambiguous lifetime elision by @daxpedda in #131
- Bump actions/cache from 3 to 4 by @dependabot in #132
- Publishing v0.5 by @kevinlewi in #133
New Contributors
- @dependabot made their first contribution in #108
Full Changelog: v0.4.0...v0.5.0
v0.5.0-pre.7
What's Changed
- Fixing clippy IntoIterator warnings and Taplo issue by @kevinlewi in #123
- Bump actions/checkout from 3 to 4 by @dependabot in #120
- Updating setup-rust-action by @kevinlewi in #125
- Test P-521 by @daxpedda in #127
- Publishing v0.5.0-pre.7 by @kevinlewi in #128
Full Changelog: v0.5.0-pre.6...v0.5.0-pre.7
v0.5.0-pre.6
What's Changed
- Bump
curve25519-dalek
to v4 by @daxpedda in #116 - Publishing v0.5.0-pre.6 by @kevinlewi in #118
Full Changelog: v0.5.0-pre.5...v0.5.0-pre.6
v0.5.0-pre.5
What's Changed
- Updating dual-license language by @kevinlewi in #110
- Bump
curve25519-dalek
to v4.0.0-rc.3 by @daxpedda in #113 - Publishing v0.5.0-pre.5 by @kevinlewi in #115
Full Changelog: v0.5.0-pre.4...v0.5.0-pre.5
v0.5.0-pre.4
What's Changed
- Update curve25519-dalek requirement from =4.0.0-rc.1 to =4.0.0-rc.2 by @dependabot in #108
- Publishing 0.5.0-pre.4 by @kevinlewi in #109
New Contributors
- @dependabot made their first contribution in #108
Full Changelog: v0.5.0-pre.3...v0.5.0-pre.4
v0.5.0-pre.3
What's Changed
- Update to draft 19 by @daxpedda in #101
- Test P-384 by @daxpedda in #84
- Update RustCrypto dependencies to v0.13 by @daxpedda in #106
- Publishing 0.5.0-pre.3 by @kevinlewi in #107
Full Changelog: v0.5.0-pre.2...v0.5.0-pre.3
v0.5.0-pre.2
What's Changed
- Upgrade
p256
to v0.12 by @daxpedda in #90 - Replace
json
withserde_json
by @daxpedda in #92 - Fix Clippy by @daxpedda in #96
- Depend on
ProjectivePoint: ToEncodedPoint
by @daxpedda in #95 - Update
curve25519-dalek
by @daxpedda in #94 - Use explicit crate features by @daxpedda in #100
- Bump
curve25519-dalek
to v4.0.0-rc.1 by @daxpedda in #102 - Publishing 0.5.0-pre.2 by @kevinlewi in #104
Full Changelog: v0.5.0-pre.1...v0.5.0-pre.2
v0.5.0-pre.1
What's Changed
- Fix Clippy by @daxpedda in #85
- Update
curve25519-dalek
to 4.0.0-pre.5 by @daxpedda in #86 - Adding all-features CI test by @kevinlewi in #87
- Publishing 0.5.0-pre.1 by @kevinlewi in #88
Full Changelog: v0.4.0...v0.5.0-pre.1
v0.4.0
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
- Exposing the derive_key() function under the danger feature by @kevinlewi in #73
- Updating to draft version 10 by @kevinlewi in #79
- Updating to draft 11 by @raphaelrobert in #80
- Publishing v0.4.0 by @kevinlewi in #83
New Contributors
- @raphaelrobert made their first contribution in #80
Full Changelog: v0.3.0...v0.4.0