Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key tree signatures #48

Closed
wants to merge 1 commit into from
Closed

Key tree signatures #48

wants to merge 1 commit into from

Commits on Aug 26, 2015

  1. Key tree signatures

    Adds:
    * Generic threshold tree code, and ability to iterate over their allowed
      combinations and count them.
    * Keytree layer that adds serializable key tree objects (which are
      threshold trees over public key leaves), and ability to compute their
      Merkle root and branches in logspace.
    * Human-readable format/parse code for key trees.
    * Signing/ismine code that can cope with key tree outputs.
    * Unit tests for all the above.
    * Wallet/walletdb code to store key trees.
    * RPCs addtreesigaddress and createkeysig.
    sipa committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    3e0d38d View commit details
    Browse the repository at this point in the history