File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Entries are listed in reverse chronological order.
4
4
5
5
## Unreleased
6
6
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
+
7
11
## 2.0.0
8
12
9
13
* Updated docs
@@ -20,9 +24,6 @@ Entries are listed in reverse chronological order.
20
24
individual signature shares. This is not required for regular FROST usage but
21
25
might useful in certain situations where it is desired to verify each
22
26
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()`).
26
27
27
28
## 2.0.0-rc.0
28
29
You can’t perform that action at this time.
0 commit comments