pub const fn create_test_fri_params<Mmcs>(
mmcs: Mmcs,
log_final_poly_len: usize,
) -> FriParameters<Mmcs>Expand description
Creates a minimal set of FriParameters for testing purposes.
These parameters are designed to reduce computational cost during tests.