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

test: multilinear polynomial evaluation endianness (Arecibo backport) #281

Merged
merged 3 commits into from
Dec 14, 2023

Commits on Dec 10, 2023

  1. feat: Implement and test multilinear polynomial evaluation (microsoft…

    …#128)
    
    - Expanded the test suite to include test cases asserting the equivalence of MLP evaluation and partial evaluation functions
    - Implemented partial evaluation functionality for MLPs in the `multilinear.rs` file
    - Enhanced the clarity of the MLP evaluation process by testing it on partial points.
    
    Test tooling:
    - Introduced new functions for generating and evaluating Multilinear Polynomials (MLPs) in the `multilinear.rs` file
    - Incorporated the use of `ChaCha20Rng`, `SeedableRng`, `RngCore`, and `CryptoRng` libraries for random number generation pertaining to MLP evaluation
    huitseeker committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    99baa28 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 14, 2023

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