forked from ZenGo-X/multi-party-ecdsa
-
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.
Add StateMachine implementation for gg20 keygen/signing (ZenGo-X#121)
* gg20_keygen * Prettify imports * Fix secp256k1 curve * Add gg20 signing state machine * Fix doc example Co-authored-by: Omer Shlomovits <[email protected]>
- Loading branch information
Showing
9 changed files
with
2,485 additions
and
4 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
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 |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
pub mod blame; | ||
pub mod orchestrate; | ||
pub mod party_i; | ||
pub mod state_machine; | ||
#[cfg(test)] | ||
mod test; | ||
|
||
|
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
Oops, something went wrong.