Skip to content

Commit

Permalink
fix(changelog): now it's possible to identify culprit in part3(), but…
Browse files Browse the repository at this point in the history
… only in unreleased version
  • Loading branch information
StackOverflowExcept1on committed Nov 4, 2024
1 parent 9a4394c commit d81cf7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frost-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Entries are listed in reverse chronological order.

## Unreleased

* 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

* Updated docs
Expand All @@ -20,9 +24,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 d81cf7c

Please sign in to comment.