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: BLS signatures over BLS12-381 curve #176

Open
wants to merge 29 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
  5. add bls signature chip

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

Commits on Oct 2, 2023

  1. add tests

    nulltea committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    02fb814 View commit details
    Browse the repository at this point in the history
  2. 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
  3. Configuration menu
    Copy the full SHA
    0ee4b0a View commit details
    Browse the repository at this point in the history
  4. add comments

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

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    f689ab8 View commit details
    Browse the repository at this point in the history
  2. 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. Configuration menu
    Copy the full SHA
    9452a6c View commit details
    Browse the repository at this point in the history
  4. update test config

    nulltea committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    90b7594 View commit details
    Browse the repository at this point in the history
  5. 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
  2. fix bigint for bls12-381

    nulltea committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9ce6725 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. Configuration menu
    Copy the full SHA
    5775309 View commit details
    Browse the repository at this point in the history
  4. 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
  5. Configuration menu
    Copy the full SHA
    39994bf 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
    7ef05a1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    a01e898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    938d6b7 View commit details
    Browse the repository at this point in the history