Skip to content

Commit

Permalink
Merge pull request #99 from dfns/bump-cggmp21
Browse files Browse the repository at this point in the history
Update cggmp21 deps, bump version
  • Loading branch information
survived authored Apr 1, 2024
2 parents 5c90f44 + 0ac5c60 commit 33320b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions cggmp21/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.2.1
* Bump key-share to `^0.2.3` [#99]

[#99]: https://github.com/dfns/cggmp21/pull/99

## v0.2.0
* Add support of HD wallets compatible with BIP-32 and SLIP-10 [#68],
[#74], [#75]
Expand Down
4 changes: 2 additions & 2 deletions cggmp21/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cggmp21"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "TSS ECDSA implementation based on CGGMP21 paper"
Expand All @@ -13,7 +13,7 @@ readme = "../README.md"

[dependencies]
cggmp21-keygen = { path = "../cggmp21-keygen", version = "0.1" }
key-share = { path = "../key-share", version = "0.2", features = ["serde"] }
key-share = { path = "../key-share", version = "0.2.2", features = ["serde"] }

generic-ec = { version = "0.2", features = ["serde", "udigest"] }
generic-ec-zkp = { version = "0.2", features = ["serde", "udigest"] }
Expand Down

0 comments on commit 33320b9

Please sign in to comment.