Skip to content

Commit 81c6546

Browse files
authored
Merge pull request #107 from dfns/update-versions
Bump versions & update changelogs
2 parents b453100 + 6265129 commit 81c6546

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed

cggmp21-keygen/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.3.1
4+
* Take advantage of `#[udigest(as = ...)]` attribute [#106]
5+
6+
[#106]: https://github.com/dfns/cggmp21/pull/106
7+
38
## v0.3.0
49
* security fix: derive challenges for zero-knowledge proof unambiguously
510
* Update `udigest` to v0.2

cggmp21-keygen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cggmp21-keygen"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "UC-secure DKG implementation based on CGGMP21 paper"

cggmp21/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.4.1
4+
* Take advantage of `#[udigest(as = ...)]` attribute [#106]
5+
6+
[#106]: https://github.com/dfns/cggmp21/pull/106
7+
38
## v0.4.0
49
* security fix: derive challenges for zero-knowledge proof unambiguously
510
* Update `udigest` to v0.2

cggmp21/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cggmp21"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "TSS ECDSA implementation based on CGGMP21 paper"

key-share/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.4.2
4+
* Take advantage of `#[udigest(as = ...)]` attribute [#106]
5+
6+
[#106]: https://github.com/dfns/cggmp21/pull/106
7+
38
## v0.4.1
49
* Add HD-related methods to `DirtyKeyInfo` [#104]
510

key-share/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "key-share"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Key share of any Threshold Signature Scheme (TSS)"

0 commit comments

Comments
 (0)