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

Make FLP Eval Return Vec<F> rather than a single F #1132

Merged
merged 8 commits into from
Nov 12, 2024

Commits on Nov 5, 2024

  1. Simplified Average to use Sum internally

    Michael Rosenberg committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a8887fa View commit details
    Browse the repository at this point in the history
  2. Made Type::valid return a Vec<F> rather than F

    Michael Rosenberg committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    86afeab View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    fde058f View commit details
    Browse the repository at this point in the history
  2. Made Prio3Sum circuit output bits-many elements

    Michael Rosenberg committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bbccd32 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Doc tweak

    Michael Rosenberg committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4aa993c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Ignore failing tests

    Michael Rosenberg committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5ad9ce0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fixed szk tests

    Michael Rosenberg committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    cfb0863 View commit details
    Browse the repository at this point in the history
  2. Defined Type::num_gadgets

    Michael Rosenberg committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b6977a7 View commit details
    Browse the repository at this point in the history