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: support BLS12-381 (based on bls12_381 crate) #8

Merged
merged 27 commits into from
Jan 25, 2024

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    61a22c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c36e908 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 16, 2023

  1. fixup

    CPerezz committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ed01362 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    a1a87ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c62871 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    b7e001a View commit details
    Browse the repository at this point in the history
  2. export types

    nulltea committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    c66fc7b View commit details
    Browse the repository at this point in the history
  3. export Fq2, Fq6, Fq12

    nulltea committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    b682183 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc4ddd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. fix endianness

    nulltea committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    73aba45 View commit details
    Browse the repository at this point in the history
  2. remove bls12_381/util.rs

    nulltea committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    60a4a93 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    nulltea committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ec63484 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
    0718e65 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

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

Commits on Oct 13, 2023

  1. fix format

    nulltea committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8d6df10 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 24, 2023

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

Commits on Nov 30, 2023

  1. import hash_to_curve module

    nulltea authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1bd39b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

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

Commits on Jan 17, 2024

  1. use LE encoding everywhere

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

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    c0907ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4eaad2 View commit details
    Browse the repository at this point in the history
  3. fix format

    nulltea committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    921f1e0 View commit details
    Browse the repository at this point in the history
  4. use latest sha2 and digest

    nulltea committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c1d71ed View commit details
    Browse the repository at this point in the history
  5. fix format

    nulltea committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    676fae9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae2cec1 View commit details
    Browse the repository at this point in the history