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 77f4ce2 commit d9896caCopy full SHA for d9896ca
src/main.rs
@@ -15,7 +15,6 @@ fn main() {
15
16
// Perform the forward NTT
17
let a_ntt = ntt(&a, omega, n, modulus);
18
- println!("a_ntt = {:?}", a_ntt);
19
let b_ntt = ntt(&b, omega, n, modulus);
20
21
// Perform the inverse NTT on the transformed A for verification
0 commit comments