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

[WIP] Add wrapper for BLS from Chia Network #72

Closed
wants to merge 8 commits into from

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    3be3c22 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    6bb527f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d5dfb View commit details
    Browse the repository at this point in the history
  3. Use importlib to import api module

    And fix a bug in `aggregate_signatures`: make sure bytes are converted
    to `bls_chia.Signature`
    mhchia committed May 27, 2019
    Configuration menu
    Copy the full SHA
    34bbee7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02002e4 View commit details
    Browse the repository at this point in the history
  5. Add blspy as the deps for CI

    mhchia committed May 27, 2019
    Configuration menu
    Copy the full SHA
    e3640ce View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Remove cache for signed signatures

    Making use of `InsecureSignature.aggregate`
    mhchia committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    c3a9aa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Fix _privkey_int_to_bytes

    Don't add 1 to the `private_key`. The range of private key should be (0,
    curve_order - 1].
    mhchia committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    fa11bda View commit details
    Browse the repository at this point in the history