From 4406e01afcaf437b631f92133c212dcfc7079a0e Mon Sep 17 00:00:00 2001 From: natalie Date: Fri, 17 Nov 2023 10:46:37 +0000 Subject: [PATCH] Update changelog (#582) Update changelog (#581) --- frost-core/CHANGELOG.md | 5 +++-- frost-core/src/frost.rs | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 frost-core/src/frost.rs 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 @@ -