We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca798e commit 8a30c39Copy full SHA for 8a30c39
Cargo.toml
@@ -1,6 +1,7 @@
1
[package]
2
name = "ironfish-frost"
3
version = "0.1.0"
4
+description = "Implementation of multi-signature primitives for the Iron Fish chain, based on the FROST protocol"
5
license = "MPL-2.0"
6
edition = "2021"
7
README.md
@@ -0,0 +1,8 @@
+# ironfish-frost
+
+Implementation of multi-signature primitives for the Iron Fish chain.
+This is heavily based on the [FROST][frost] protocol from Zcash, and contains
+improvements for secure and authenticated communication between participants.
8
+[frost]: https://zfnd.org/frost/
0 commit comments