Skip to content

Commit

Permalink
chore(shortint): remove tuniform pbs_ks parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Dec 19, 2024
1 parent f4920f0 commit 51e8593
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pub mod ks_pbs;
pub mod pbs_ks;

This file was deleted.

1 change: 0 additions & 1 deletion tfhe/src/shortint/parameters/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub use crate::shortint::parameters::classic::compact_pk::*;
pub use crate::shortint::parameters::classic::gaussian::p_fail_2_minus_64::ks_pbs::*;
pub use crate::shortint::parameters::classic::gaussian::p_fail_2_minus_64::pbs_ks::*;
pub use crate::shortint::parameters::classic::tuniform::p_fail_2_minus_64::ks_pbs::*;
pub use crate::shortint::parameters::classic::tuniform::p_fail_2_minus_64::pbs_ks::*;
pub use crate::shortint::parameters::list_compression::{
CompressionParameters, COMP_PARAM_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M64,
};
Expand Down

0 comments on commit 51e8593

Please sign in to comment.