We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc0f01 commit 22abffaCopy full SHA for 22abffa
poly_commit/tests/test_orion.rs
@@ -64,7 +64,7 @@ where
64
{
65
let mut rng = test_rng();
66
67
- (19..=25).for_each(|num_vars| {
+ (19..=22).for_each(|num_vars| {
68
let poly_num_vars = num_vars - SimdF::PACK_SIZE.ilog2() as usize;
69
let xs: Vec<_> = (0..TEST_REPETITION)
70
.map(|_| -> Vec<EvalF> {
@@ -164,13 +164,13 @@ fn test_orion_for_expander_gkr() {
164
GF2ExtConfig,
165
GF2x128,
166
BytesHashTranscript<_, Keccak256hasher>,
167
- >(&mpi_config, 30);
+ >(&mpi_config, 19);
168
169
test_orion_for_expander_gkr_generics::<
170
M31ExtConfig,
171
M31x16,
172
173
- >(&mpi_config, 20);
174
175
MPIConfig::finalize()
176
}
0 commit comments