v2.0.0
What's Changed
- Group impl support by @daxpedda in #200
- Switch CI to using stable instead of nightly toolchain by @kevinlewi in #202
- Adding i2osp error checking condition by @kevinlewi in #201
- Updating VOPRF dependency by @kevinlewi in #203
- Adding reflected value check on client side by @kevinlewi in #204
- Updating changelog for v0.5.1 by @kevinlewi in #210
- Introduce customizable
PrivateKey
by @daxpedda in #212 - Add tests against intermediate values test vectors by @daxpedda in #216
- Increase MSRV to 1.51 by @daxpedda in #217
- P256 implementation by @daxpedda in #213
- P-256 fix by @daxpedda in #221
- Merge
GroupWithMapToCurve
intoGroup
by @daxpedda in #219 - Separate AKE from OPRF take 2 by @daxpedda in #222
no_std
support by @daxpedda in #225- Fix
no_std
support by @daxpedda in #229 - Changes related to renaming master branch to main by @kevinlewi in #231
- Simplifying error handling by @kevinlewi in #232
- Updating test vectors based on latest spec changes by @kevinlewi in #233
- Add
SlowHash
configuration by @daxpedda in #234 - Remove Copy trait implementation from InnerEnvelopeMode by @aidangilmore in #237
- Fix
is_square
andis_zero
by @daxpedda in #240 - General cleanups and reorganizing code by @kevinlewi in #236
- P256 improvements by @daxpedda in #244
- Constant time
cmov
by @daxpedda in #241 - Add better parsing for RFC test vectors by @kevinlewi in #247
- Using voprf as a dependency by @kevinlewi in #248
- Updating to dual-license by @kevinlewi in #252
- Adding audit report reference to README + licenses by @kevinlewi in #253
- General improvements by @daxpedda in #250
- Voprf update by @daxpedda in #255
- Format by @daxpedda in #257
- Group revamp by @daxpedda in #261
- Publishing v2.0.0-pre.1 by @kevinlewi in #270
- General Improvements by @daxpedda in #268
- Updating to version 08 by @kevinlewi in #271
- Addressing taplo-cli install issue by @kevinlewi in #272
- Adding documentation on RegistrationUpload and removing patch voprf in Cargo.toml by @kevinlewi in #273
- Change argon2 salt length to recommended value (16 bytes) by @falko17 in #275
- Document responsibility for server-side id. #276 by @jonahbeckford in #277
- Updating voprf dependency and test vectors by @kevinlewi in #278
- Fixing voprf dependency pinning by @kevinlewi in #280
- Argon2 Example by @zer0x64 in #282
- Publishing v2.0.0 by @kevinlewi in #283
- Version bump for 2.0.0 by @kevinlewi in #284
New Contributors
- @aidangilmore made their first contribution in #237
- @falko17 made their first contribution in #275
- @jonahbeckford made their first contribution in #277
Full Changelog: v0.6.0...v2.0.0