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

feat: BLS12-381 pairing #175

Open
wants to merge 24 commits into
base: community-edition
Choose a base branch
from

Commits on Sep 30, 2023

  1. add bls12 module

    nulltea committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    12a68f3 View commit details
    Browse the repository at this point in the history
  2. make compile

    nulltea committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    c23d264 View commit details
    Browse the repository at this point in the history
  3. add tests; they fail :(

    nulltea committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    14077b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. tests WIP

    nulltea committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    29f3e82 View commit details
    Browse the repository at this point in the history
  2. fix miller look args names

    nulltea committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    701f8f4 View commit details
    Browse the repository at this point in the history
  3. impl (single) miller_loop

    nulltea committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8355312 View commit details
    Browse the repository at this point in the history
  4. cargo fix+fmt

    nulltea committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4cd431a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. add comments

    nulltea committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4c107de View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

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

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    d7bbe5b View commit details
    Browse the repository at this point in the history
  2. optimize final exp

    nulltea committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d1d1b92 View commit details
    Browse the repository at this point in the history
  3. update test config

    nulltea committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b371954 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix bigint for bls12-381

    nulltea committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ae455d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    01654cf View commit details
    Browse the repository at this point in the history
  2. fix build

    nulltea committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8b79482 View commit details
    Browse the repository at this point in the history
  3. fix for halo2-pse

    nulltea committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    dd8b0d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. fix ec_add test config

    nulltea committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    019edd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. format halo-ecc/Cargo.toml

    nulltea committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c31c6eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d48571 View commit details
    Browse the repository at this point in the history
  3. generalize carry limbs fix

    nulltea committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    602413f View commit details
    Browse the repository at this point in the history
  4. update bench test configs

    nulltea committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1db704a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    31ed0f3 View commit details
    Browse the repository at this point in the history
  2. Fix line equation formula comment (#6)

    * fix comment
    
    * fix comment line unequal
    
    * update comments
    
    * fix comment
    nulltea authored May 15, 2024
    Configuration menu
    Copy the full SHA
    6024175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c6a68e View commit details
    Browse the repository at this point in the history