-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement and test multilinear polynomial evaluation (#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
- Loading branch information
1 parent
3c233fd
commit 99baa28
Showing
1 changed file
with
117 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters