From e475b67898b93b0e67a3731fe7906cecad9815cf Mon Sep 17 00:00:00 2001 From: Andrei Stoian Date: Tue, 17 Dec 2024 14:59:45 +0100 Subject: [PATCH] fix: pcc --- tfhe/src/integer/gpu/ciphertext/compressed_ciphertext_list.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tfhe/src/integer/gpu/ciphertext/compressed_ciphertext_list.rs b/tfhe/src/integer/gpu/ciphertext/compressed_ciphertext_list.rs index e6aae9d0ce..1f332ddb28 100644 --- a/tfhe/src/integer/gpu/ciphertext/compressed_ciphertext_list.rs +++ b/tfhe/src/integer/gpu/ciphertext/compressed_ciphertext_list.rs @@ -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; @@ -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),