Skip to content

Commit

Permalink
Create comparison.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nitronit authored Nov 24, 2022
1 parent 87ca34d commit 35539a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/comparison.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
| | Num. Rounds | Robust | Num. Signers | Parallel Secure |
|--------------------|:--------------------:|:------:|:------------:|:---------------:|
| **Stinson Strobl** | 4 | Yes | t | Yes |
| **Gennaro et al.** | 1 with preprocessing | No | n | No |
| **FROST** | 1 with preprocessing | No | t | Yes |

| **Stinson Strobl** is the only implement Threshold Schemes in Horcrux. However, its worth important to note that the key generation in Horcrux is not the same as proposed in the paper. Instead its "classic" shamir secret sharing with a fully trusted dealer.

0 comments on commit 35539a0

Please sign in to comment.