Update CHANGELOG.md for release v0.3.0 (#358)

Co-authored-by: conrado <conrado@zfnd.org>
This commit is contained in:
natalie 2023-05-23 21:18:05 +01:00 committed by GitHub
parent 6bca7a3918
commit 635cebcd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ Entries are listed in reverse chronological order.
## 0.3.0
* add multiscalar support to speed up signing and aggregating
* change errors caused by protocol violations to contain the misbehaving party
* add frost::keys::split()
* rename reconstruct_secret() to reconstruct(), make it takes a slice instead
of a Vector, make it return SigningKey, fix it to return Error instead of an