INNER CODE UNIT · Rust
test_template
arkworks-rs/poly-commit · poly-commit/src/lib.rs:761
fn test_template<F, P, PC, S>(info: TestInfo<F, P, S>) -> Result<(), PC::Error>
where
F: PrimeField,
P: Polynomial<F>,
PC: PolynomialCommitment<F, P>,
S: CryptographicSponge,
{
let TestInfo {
num_iters,
max_degree,
supported_degree,
num_vars,
num_polynomials,
enforce_degree_bounds,
max_num_queries,
num_equations: _,
rand_poly,
rand_point,