What's Changed
- Fix typos by @rex4539 in #153
- Add a cautionary assert to
share_at_indices
to prevent user from misusing the api and passing 0 as index by @elichai in #157 - Remove unused files (old blake/sha implementations) by @elichai in #161
- Improve (de)serialization by @survived in #159
- Added a dlog proof to vss feldman to defend against the n-t+1 attack by @Rumata888 in #169
- Bump p256 to 0.11 by @Be-P in #168
- Implement AsRef for EncodedPoint by @elichai in #163
- Fix curv25519 coordinates by @elichai in #162
- Fix a bug in HmacExt::verify_bigint by @elichai in #151
- Require Point/Scalar to be Send+Sync by @survived in #170
- Fix scalar deserialization issue by @survived in #171
New Contributors
- @rex4539 made their first contribution in #153
- @Rumata888 made their first contribution in #169
- @Be-P made their first contribution in #168
Full Changelog: v0.9.0...v0.9.1