Skip to content

Commit ca33dad

Browse files
fix(changelog): now it's possible to identify culprit in part3(), but only in unreleased version (#764)
1 parent 9a4394c commit ca33dad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frost-core/CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Entries are listed in reverse chronological order.
44

55
## Unreleased
66

7+
* It is now possible to identify the culprit in `frost_core::keys::dkg::part3()`
8+
if an invalid secret share was sent by one of the participants (by calling
9+
frost_core::Error<C>::culprit()`).
10+
711
## 2.0.0
812

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

2728
## 2.0.0-rc.0
2829

0 commit comments

Comments
 (0)