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 50f55a2 commit 88cbde0Copy full SHA for 88cbde0
1 file changed
src/ntt/mod.rs
@@ -29,7 +29,7 @@ pub use self::{
29
/// This function computes the RS-code for each interleaved message and
30
/// outputs the interleaved alphabets in the same order as the input.
31
///
32
-#[cfg_attr(feature = "tracing", instrument(skip(poly), fields(size = poly.len())))]
+#[cfg_attr(feature = "tracing", instrument(skip(interleaved_coeffs), fields(size = interleaved_coeffs.len())))]
33
pub fn interleaved_rs_encode<F: FftField>(
34
interleaved_coeffs: &[F],
35
expansion: usize,
0 commit comments