Skip to content

Commit

Permalink
chore: reduce the number of constants used in FFT
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Mar 8, 2024
1 parent 910d252 commit b1a5291
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 5,304 deletions.
2 changes: 1 addition & 1 deletion src/dsa/rpo_falcon512/math/codec.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use super::{FalconFelt, FastFft, Polynomial, MODULUS, Vec, vec};
use super::{vec, FalconFelt, FastFft, Polynomial, Vec, MODULUS};

Check failure on line 1 in src/dsa/rpo_falcon512/math/codec.rs

View workflow job for this annotation

GitHub Actions / clippy nightly on ubuntu

the item `Vec` is imported redundantly

Check warning on line 1 in src/dsa/rpo_falcon512/math/codec.rs

View workflow job for this annotation

GitHub Actions / test nightly on ubuntu with --features default,serde

the item `Vec` is imported redundantly
use crate::dsa::rpo_falcon512::{FalconError, B0, LOG_N, N, PK_LEN, SIG_LEN, SK_LEN};
use num::Zero;

Expand Down
Loading

0 comments on commit b1a5291

Please sign in to comment.