forked from dashpay/dash
-
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.
src|python: Add legacy and threshold support (dashpay#12)
* elements|privatekey: Make constructors public * src|python: Add support for <0.1.29 behaviour * schemes: Add AggregateSecure and VerifySecure * schemes: Add LegacySchemeMPL This scheme reflects the Sign/Verify behaviour of older bls-signatures library versions (<0.1.29). * privatekey: Implement `PrivateKey` * `bn_t` operator * threshold|build: Add support for threshold recovery * test: Add tests for threshold features and legacy scheme
- Loading branch information
1 parent
1776926
commit 3ba07cd
Showing
14 changed files
with
1,305 additions
and
56 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
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
Oops, something went wrong.