diff --git a/tfhe/src/core_crypto/algorithms/lwe_encryption.rs b/tfhe/src/core_crypto/algorithms/lwe_encryption.rs index f2f30fb6f..b7753ea11 100644 --- a/tfhe/src/core_crypto/algorithms/lwe_encryption.rs +++ b/tfhe/src/core_crypto/algorithms/lwe_encryption.rs @@ -3187,7 +3187,7 @@ where binary_random_vector, mask_noise, body_noise, - } = encrypt_lwe_compact_ciphertext_list_with_compact_public_key_impl( + } = par_encrypt_lwe_compact_ciphertext_list_with_compact_public_key_impl( lwe_compact_public_key, output, &encoded,