We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d2850b + 5171a9f commit 121e27dCopy full SHA for 121e27d
key-share/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.2.2
4
+* Add `no_std` support [#92]
5
+
6
+[#92]: https://github.com/dfns/cggmp21/pull/92
7
8
## v0.2.1
9
* Fix key share (de)serialization issue [#93]
10
* Add a notice about the serialization to key share docs [#91]
key-share/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "key-share"
-version = "0.2.1"
+version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Key share of any Threshold Signature Scheme (TSS)"
0 commit comments