Skip to content

Commit

Permalink
cleanup: remove orphaned feature guards
Browse files Browse the repository at this point in the history
Closes issue #51
  • Loading branch information
meisterluk committed Feb 14, 2025
1 parent c691b15 commit 300667f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pk_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ use crate::{
util::{bitrev, load_gf},
};

#[cfg(any(
feature = "mceliece348864f",
feature = "mceliece460896f",
feature = "mceliece6688128f",
feature = "mceliece6960119f",
feature = "mceliece8192128f"
))]

/// Return number of trailing zeros of the non-zero input `input`
#[cfg(any(
feature = "mceliece348864f",
Expand Down

0 comments on commit 300667f

Please sign in to comment.