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

Fix #51 #53, Add BLS APIs #52

Merged
merged 13 commits into from
Mar 14, 2019
Merged

Fix #51 #53, Add BLS APIs #52

merged 13 commits into from
Mar 14, 2019

Commits on Mar 14, 2019

  1. Add BLS APIs

    ChihChengLiang committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    55d4b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b31df48 View commit details
    Browse the repository at this point in the history
  3. Redefine G1_to_pubkey, pubkey_to_G1, G2_to_signature, and signature_t…

    …o_G2. Fix modular_squareroot typing
    ChihChengLiang committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    77b6fca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    577e2d8 View commit details
    Browse the repository at this point in the history
  5. update a,b,c_flag as spec says

    disable strict check for now
    
    fix a_flag
    ChihChengLiang committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    4da0537 View commit details
    Browse the repository at this point in the history
  6. upgrade typing

    move constants
    
    import from py_ecc.fields and sort import
    
    the cast is not necessary
    
    disable type check
    
    Polish comments and docstrings
    
    fix test
    
    fix comment
    
    removed unused comment
    ChihChengLiang committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    6aed0e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fe7e05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13fa1c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    445743a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74fbceb View commit details
    Browse the repository at this point in the history
  11. Fix the real & imaginary parts compression and decompression in G2

    add TODO comment for test_G2_compress_and_decompress_flags
    ChihChengLiang committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    cfc760b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a127534 View commit details
    Browse the repository at this point in the history
  13. fix typing

    ChihChengLiang committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    a5d52ec View commit details
    Browse the repository at this point in the history