scroll-tech / ceno

Accelerate Zero-knowledge Virtual Machine by Non-uniform Prover Based on GKR Protocol
Apache License 2.0
53 stars 6 forks source link

Refactor BaseFold test code #552

Open yczhangsjtu opened 2 weeks ago

yczhangsjtu commented 2 weeks ago

Extracting small PR from #294

Refactor the test code in mpcs/src/lib.rs. Define some utility functions to simplify the tests.

Also merged the test functions in mpcs/src/basefold.rs.