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

ABY VM and Interpreter #47

Merged
merged 32 commits into from
Mar 1, 2022
Merged

ABY VM and Interpreter #47

merged 32 commits into from
Mar 1, 2022

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    17c19fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62282de View commit details
    Browse the repository at this point in the history
  3. added function call tests

    edwjchen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    fb4c08e View commit details
    Browse the repository at this point in the history
  4. merged

    edwjchen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e4c49c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. merging test file

    edwjchen committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    be62a46 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    ea3a6ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95205f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. merged

    edwjchen committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    561483a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa547d5 View commit details
    Browse the repository at this point in the history
  3. loops for ABY!

    edwjchen committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    db6e1a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. fixing array tests cases

    edwjchen committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    02e4c44 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. merged with master

    edwjchen committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    6a61265 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. new parser

    edwjchen committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    3a46422 View commit details
    Browse the repository at this point in the history
  2. minor

    edwjchen committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    331b8b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd58945 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. updated ABY test setup

    edwjchen committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    2c252b6 View commit details
    Browse the repository at this point in the history
  2. remove vscode setting

    edwjchen committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    aa11569 View commit details
    Browse the repository at this point in the history
  3. remove input parser

    edwjchen committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    99305e3 View commit details
    Browse the repository at this point in the history
  4. formatting

    edwjchen committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1e3aad3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. bytecode parser

    edwjchen committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    9a51697 View commit details
    Browse the repository at this point in the history
  2. format and lint

    edwjchen committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    b68b4a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. aby interpreter!

    edwjchen committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    7fec867 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. updated ABY

    edwjchen committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2b36c98 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. tested!

    edwjchen committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    fc5621e View commit details
    Browse the repository at this point in the history
  2. lint

    edwjchen committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    cbff492 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. merge with master

    edwjchen committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    6d06441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d0e777 View commit details
    Browse the repository at this point in the history
  3. removing feature list

    edwjchen committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    6109840 View commit details
    Browse the repository at this point in the history
  4. removed make file

    edwjchen committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    20a4b3f View commit details
    Browse the repository at this point in the history
  5. lint

    edwjchen committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b2322cb View commit details
    Browse the repository at this point in the history
  6. updating ci

    edwjchen committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    0d4ee96 View commit details
    Browse the repository at this point in the history
  7. fixing path error

    edwjchen committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    4e1f128 View commit details
    Browse the repository at this point in the history