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

Conversation

huitseeker
Copy link
Contributor

This back-ports the following PR from Arecibo : argumentcomputer/arecibo#128

The endianness of evaluation-domain points in Nova is sometimes surprising (there are examples in other repos), so we found useful to document it in lavish detail with this test.

…#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
@srinathsetty srinathsetty merged commit cda4a42 into microsoft:main Dec 14, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants