File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ nightly-features = [
4242 " whir/nightly-features" ,
4343 " witness/nightly-features" ,
4444]
45- parallel = [" p3-maybe-rayon/parallel" ," dep:rayon" ]
45+ parallel = [" p3-maybe-rayon/parallel" , " dep:rayon" ]
4646print-trace = [" whir/print-trace" ]
4747sanity-check = []
4848
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ pub(crate) fn codeword_fold_with_challenge<E: ExtensionField>(
101101 lo + challenge * ( hi - lo)
102102}
103103
104- #[ cfg( any ( test) ) ]
104+ #[ cfg( test) ]
105105pub mod test {
106106 use ff_ext:: FromUniformBytes ;
107107 use rand:: {
Original file line number Diff line number Diff line change 11use super :: proof:: SumcheckPolynomial ;
22
33use ff_ext:: ExtensionField ;
4- #[ cfg( feature = "parallel" ) ]
5- use p3:: maybe_rayon:: prelude:: join;
64use p3:: { maybe_rayon:: prelude:: * , util:: log2_strict_usize} ;
75
86pub struct SumcheckSingle < E : ExtensionField > {
You can’t perform that action at this time.
0 commit comments