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

Refactored backend and frontend to avoid use of build tags (curve dependency) #23

Merged
merged 19 commits into from
May 11, 2020

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    d0029c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf01be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bd28bb View commit details
    Browse the repository at this point in the history
  4. checkpoint :(

    gbotrel committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    299e7d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98137f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    3b1144c View commit details
    Browse the repository at this point in the history
  2. wip, fixed generation generators for utils.go, gadget needs reorg (co…

    …ntext obj), Div needs to be tweaked to work
    ThomasPiellard committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    0dc462c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

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

Commits on Apr 8, 2020

  1. refactoring gadgets

    ThomasPiellard committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    60456e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6db966 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

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

Commits on Apr 10, 2020

  1. eddsa (cryptolib) is cleaned up, code generation for eddsa, tests for…

    … twistedEdwards gadgets with bigInt r1cs OK
    ThomasPiellard committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    f898a7c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Eddsa gadget with bigInt r1cs works. Refactoring needs to be done in …

    …the assertions handling in the backend.
    ThomasPiellard committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    5be7e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483fba1 View commit details
    Browse the repository at this point in the history
  3. regenerated version :/

    ThomasPiellard committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    e396b06 View commit details
    Browse the repository at this point in the history
  4. make gofmt happy...

    ThomasPiellard committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1907ffa View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

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

Commits on Apr 20, 2020

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

Commits on Apr 24, 2020

  1. fixes #23

    -r1cs.go(backend): added a method to cast from a generic r1cs (with
    bigInt); added a method to create a r1cs direcly without having to
    create a frontend's r1cs and then convert it to a specialized field Fr
    - moved cryptolib/, replaced it by crypto/
    - fixed the tags
    ThomasPiellard committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    2150ebe View commit details
    Browse the repository at this point in the history