Skip to content

Commit

Permalink
fix: pcc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed Dec 17, 2024
1 parent 1f47e40 commit e475b67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tfhe/src/integer/gpu/ciphertext/compressed_ciphertext_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,6 @@ mod tests {
use rand::Rng;

use crate::core_crypto::prelude::*;
use crate::shortint::ciphertext::MaxNoiseLevel;
use crate::shortint::parameters::{CarryModulus, ClassicPBSParameters, MessageModulus};

use crate::core_crypto::prelude::{CiphertextModulusLog, LweCiphertextCount};
use crate::shortint::parameters::list_compression::CompressionParameters;
Expand Down Expand Up @@ -733,7 +731,6 @@ mod tests {
/// Implement a test only for the storage of ciphertexts
/// using a custom parameter set which is supported by a fast-path
/// packing keyswitch (only for level_count==1)
const COMP_PARAM_CUSTOM_FAST_PATH: CompressionParameters = CompressionParameters {
br_level: DecompositionLevelCount(1),
br_base_log: DecompositionBaseLog(21),
Expand Down

0 comments on commit e475b67

Please sign in to comment.