We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561a525 commit bac56d7Copy full SHA for bac56d7
crates/mpcs/Cargo.toml
@@ -42,7 +42,7 @@ nightly-features = [
42
"whir/nightly-features",
43
"witness/nightly-features",
44
]
45
-parallel = ["p3-maybe-rayon/parallel","dep:rayon"]
+parallel = ["p3-maybe-rayon/parallel", "dep:rayon"]
46
print-trace = ["whir/print-trace"]
47
sanity-check = []
48
crates/mpcs/src/util.rs
@@ -101,7 +101,7 @@ pub(crate) fn codeword_fold_with_challenge<E: ExtensionField>(
101
lo + challenge * (hi - lo)
102
}
103
104
-#[cfg(any(test))]
+#[cfg(test)]
105
pub mod test {
106
use ff_ext::FromUniformBytes;
107
use rand::{
0 commit comments