diff --git a/frost-core/CHANGELOG.md b/frost-core/CHANGELOG.md index c7b9b2a..801d450 100644 --- a/frost-core/CHANGELOG.md +++ b/frost-core/CHANGELOG.md @@ -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 diff --git a/frost-core/src/frost.rs b/frost-core/src/frost.rs deleted file mode 100644 index 8b13789..0000000 --- a/frost-core/src/frost.rs +++ /dev/null @@ -1 +0,0 @@ -