forked from strangelove-ventures/horcrux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |