Skip to content

Commit

Permalink
Update changelog (#582)
Browse files Browse the repository at this point in the history
Update changelog (#581)
  • Loading branch information
natalieesk committed Nov 17, 2023
1 parent 036b0ce commit 4406e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions frost-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ 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.
* Convert all `HashMaps` to `BTreeMaps`.
* 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

Expand Down
1 change: 0 additions & 1 deletion frost-core/src/frost.rs

This file was deleted.

0 comments on commit 4406e01

Please sign in to comment.