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

Implemented serialization of Fp2, Fp6, Fp12 and Gt #12

Closed
wants to merge 19 commits into from

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    3d6703b View commit details
    Browse the repository at this point in the history
  2. Added Default for Gt

    Wassasin committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    fd12b57 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

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

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    28689c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9d15f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b195c69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b454f0f View commit details
    Browse the repository at this point in the history
  5. Fp6::sqrt, eliminate an exponentiation

    This makes Fp6::sqrt twice as fast.
    bwesterb committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    41e3974 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Merge pull request #1 from bwesterb/faster-fp6-sqrt

    Fp6::sqrt, eliminate an exponentiation
    Wassasin authored Sep 6, 2019
    Configuration menu
    Copy the full SHA
    b36c783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac040f View commit details
    Browse the repository at this point in the history
  3. fp6::pow_vartime, use an 8-bit window

    Improves performance of Gt-compressed-lement deserialization by 30%.
    bwesterb committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    70b2d36 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge pull request #2 from bwesterb/fast-fp6-exp

    Faster Fp6 exponentiation
    Wassasin authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    dbdc8ac View commit details
    Browse the repository at this point in the history
  2. Ran formatting over fp6

    Wassasin committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a9ae828 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Fixed typo in comments

    Wassasin committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    076405e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3498f7 View commit details
    Browse the repository at this point in the history
  3. Fixed from_bytes comments

    Wassasin committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    76f2680 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e85c78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b748257 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

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