File tree 6 files changed +18
-3
lines changed
6 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.3.1
4
+ * Take advantage of ` #[udigest(as = ...)] ` attribute [ #106 ]
5
+
6
+ [ #106 ] : https://github.com/dfns/cggmp21/pull/106
7
+
3
8
## v0.3.0
4
9
* security fix: derive challenges for zero-knowledge proof unambiguously
5
10
* Update ` udigest ` to v0.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cggmp21-keygen"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
description = " UC-secure DKG implementation based on CGGMP21 paper"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.4.1
4
+ * Take advantage of ` #[udigest(as = ...)] ` attribute [ #106 ]
5
+
6
+ [ #106 ] : https://github.com/dfns/cggmp21/pull/106
7
+
3
8
## v0.4.0
4
9
* security fix: derive challenges for zero-knowledge proof unambiguously
5
10
* Update ` udigest ` to v0.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cggmp21"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
description = " TSS ECDSA implementation based on CGGMP21 paper"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.4.2
4
+ * Take advantage of ` #[udigest(as = ...)] ` attribute [ #106 ]
5
+
6
+ [ #106 ] : https://github.com/dfns/cggmp21/pull/106
7
+
3
8
## v0.4.1
4
9
* Add HD-related methods to ` DirtyKeyInfo ` [ #104 ]
5
10
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " key-share"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Key share of any Threshold Signature Scheme (TSS)"
You can’t perform that action at this time.
0 commit comments