Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into frost-secp256k1-evm
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Nov 4, 2024
2 parents d8511fd + ca33dad commit 7a9d769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frost-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Entries are listed in reverse chronological order.

* Added a new ciphersuite `frost-secp256k1-evm` that uses the secp256k1
elliptic curve with hash keccak256.
* It is now possible to identify the culprit in `frost_core::keys::dkg::part3()`
if an invalid secret share was sent by one of the participants (by calling
frost_core::Error<C>::culprit()`).

## 2.0.0

Expand All @@ -23,9 +26,6 @@ Entries are listed in reverse chronological order.
individual signature shares. This is not required for regular FROST usage but
might useful in certain situations where it is desired to verify each
individual signature share before aggregating the signature.
* It is now possible to identify the culprit in `frost_core::keys::dkg::part3()`
if an invalid secret share was sent by one of the participants (by calling
frost_core::Error<C>::culprit()`).

## 2.0.0-rc.0

Expand Down

0 comments on commit 7a9d769

Please sign in to comment.