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 curve operations library #19

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

BLS12-381 curve operations library #19

wants to merge 13 commits into from

Commits on Feb 2, 2021

  1. added bls12-381 library

    fedejinich committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    3fa004d View commit details
    Browse the repository at this point in the history
  2. simplified build process

    fedejinich committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    dcc4217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b650f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b00474 View commit details
    Browse the repository at this point in the history
  5. altbn128 path fix

    fedejinich committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9ad9f33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b52a0f View commit details
    Browse the repository at this point in the history
  7. update checksums

    fedejinich committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e480c05 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. reproducible build

    fedejinich committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3b9f552 View commit details
    Browse the repository at this point in the history
  2. BLS12_381 receives data, performs operations internally and throws

    exception for any error
    fedejinich committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    d0ec726 View commit details
    Browse the repository at this point in the history
  3. fat jar (with jna)

    fedejinich committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    d1b027e View commit details
    Browse the repository at this point in the history
  4. throw exception on bls12-381 failure

    fedejinich committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    80d99e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. add tests to build pipeline

    fedejinich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    6ff1d06 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. change build order on bls12-381 script

    fedejinich committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    f5d4178 View commit details
    Browse the repository at this point in the history