Update changelog (#582)

Update changelog (#581)
This commit is contained in:
natalie 2023-11-17 10:46:37 +00:00 committed by GitHub
parent 036b0ce3fe
commit 4406e01afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ Entries are listed in reverse chronological order.
struct, which affects self-describing formats like JSON. The ciphersuite ID
string was also changed for all ciphersuites: it is now equal to the
`contextString` of each ciphersuite per the FROST spec.
* An option to disable cheater detection during aggregation of signatures has been added.
* Added `PublicKeyPackage::from_commitment()` and
* Add an option to disable cheater detection during aggregation of signatures.
* Add `PublicKeyPackage::from_commitment()` and
`PublicKeyPackage::from_dkg_commitments` to create a `PublicKeyPackage` from
the commitments generated in trusted dealer or distributed key generation.
* Ciphersuite crates now re-export `serde` if enabled.
@ -30,6 +30,7 @@ Entries are listed in reverse chronological order.
* Update some field names in `KeyPackage`, `Package`, `SecretShare` and `PublicKeyPackage`.
* Add generate Randomizer by hashing `SigningPackage`
* Add postcard-serde-encoded serialization as the default
* Remove `BindingFactor::deserialize()` and `BindingFactorList::iter()`
## 0.7.0

View File

@ -1 +0,0 @@