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

BLS12-381 aggregate signature verification support #8184

Closed
wants to merge 29 commits into from

Commits on Nov 1, 2022

  1. check bls signature

    olga24912 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f643dfe View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. change function name

    olga24912 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    24a9876 View commit details
    Browse the repository at this point in the history
  2. fmt

    olga24912 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    3453cf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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

Commits on Nov 7, 2022

  1. verify bls signature cost

    olga24912 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fa707a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. cost estimation

    olga24912 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d80d9d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f711d10 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. bls verify tests

    olga24912 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2756c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b7f153 View commit details
    Browse the repository at this point in the history
  3. test aggregate bls

    olga24912 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    82f3c45 View commit details
    Browse the repository at this point in the history
  4. comment for a new function

    olga24912 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c854964 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eaf124 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. blst errors

    olga24912 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9383166 View commit details
    Browse the repository at this point in the history
  2. errors from BLST_ERRORS

    olga24912 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    86b53bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4af1e91 View commit details
    Browse the repository at this point in the history
  4. Data Array len

    olga24912 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a2af641 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3541889 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. fix comment

    olga24912 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4a730f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    a0379ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320fce3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. BLS improvments (#2)

    * Minor code improvments
    
    * Improve blst code estimation
    
    * Apply cargo fmt
    karim-en authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3e99038 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    a257852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e4371 View commit details
    Browse the repository at this point in the history
  3. Apply cargo fmt

    karim-en committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    15717a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    8a083a2 View commit details
    Browse the repository at this point in the history
  2. remove redundant types

    olga24912 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    aded51a View commit details
    Browse the repository at this point in the history
  3. fix comment

    olga24912 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    89051f9 View commit details
    Browse the repository at this point in the history
  4. check pubkeys len

    olga24912 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6355c63 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. fix typo

    olga24912 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    62365f8 View commit details
    Browse the repository at this point in the history