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

implement bls12-381 functions #1345

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

implement bls12-381 functions #1345

wants to merge 8 commits into from

Commits on Sep 19, 2024

  1. implement bls12-381 functions with tests

    bump protocol_version locally
    
    add basic g1/g2_add test
    
    expose dst
    
    add mult-pairing-check
    
    update scalar to use U256 representation
    
    update env
    
    update env pick up xdr change
    
    bump sdk version
    
    implement bls12-381
    jayz22 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e7e70c0 View commit details
    Browse the repository at this point in the history
  2. fix some deps

    jayz22 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    253c2c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. address comments

    jayz22 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    616e9ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbcce96 View commit details
    Browse the repository at this point in the history
  3. Address some comments

    sisuresh committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6add893 View commit details
    Browse the repository at this point in the history
  4. Fix doc comment

    sisuresh committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    34437ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a55224 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f40b10 View commit details
    Browse the repository at this point in the history