Skip to content

Commit

Permalink
remove fail case from main
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonwalters committed Feb 17, 2025
1 parent 88b245a commit 3b672ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,4 @@ fn main() {
println!("Standard polynomial mult. result: {:?}", c_std);
println!("Polynomial multiplication method using NTT: {:?}", c_fast);

let q = 12289;
let n = 512;
println!("omega = {}", ntt::omega(q*q, n));

}

0 comments on commit 3b672ad

Please sign in to comment.