-
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.
# This is a combination of 8 commits.
# This is the 1st commit message: Remove requirement that bitcoin key shares need to be normalized Signed-off-by: Denis Varlakov <[email protected]> # This is the commit message #2: Update docs Signed-off-by: Denis Varlakov <[email protected]> # This is the commit message #3: Update docs Signed-off-by: Denis Varlakov <[email protected]> # This is the commit message #4: Update README Signed-off-by: Denis Varlakov <[email protected]> # This is the commit message #5: First attempt to add HD wallets Signed-off-by: Denis Varlakov <[email protected]> # This is the commit message #6: Second attempt to implement HD wallets Signed-off-by: Denis Varlakov <[email protected]> # This is the commit message #7: The final attempt to implement HD wallets Signed-off-by: Denis Varlakov <[email protected]> # This is the commit message #8: Update deps Signed-off-by: Denis Varlakov <[email protected]>
- Loading branch information
Showing
17 changed files
with
638 additions
and
71 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
|
@@ -33,4 +33,5 @@ pub mod aggregate; | |
pub mod full_signing; | ||
pub mod round1; | ||
pub mod round2; | ||
pub mod taproot; | ||
mod utils; |
Oops, something went wrong.