Skip to content

Commit 8a30c39

Browse files
committed
Add README and crate description
1 parent 9ca798e commit 8a30c39

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ironfish-frost"
33
version = "0.1.0"
4+
description = "Implementation of multi-signature primitives for the Iron Fish chain, based on the FROST protocol"
45
license = "MPL-2.0"
56
edition = "2021"
67

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# ironfish-frost
2+
3+
Implementation of multi-signature primitives for the Iron Fish chain.
4+
5+
This is heavily based on the [FROST][frost] protocol from Zcash, and contains
6+
improvements for secure and authenticated communication between participants.
7+
8+
[frost]: https://zfnd.org/frost/

0 commit comments

Comments
 (0)