diff --git a/poulpy-schemes/src/tfhe/bdd_arithmetic/ciphertexts/fhe_uint_prepared.rs b/poulpy-schemes/src/tfhe/bdd_arithmetic/ciphertexts/fhe_uint_prepared.rs index 594755a..b348f11 100644 --- a/poulpy-schemes/src/tfhe/bdd_arithmetic/ciphertexts/fhe_uint_prepared.rs +++ b/poulpy-schemes/src/tfhe/bdd_arithmetic/ciphertexts/fhe_uint_prepared.rs @@ -312,7 +312,7 @@ impl FheUintPrepared { { module.fhe_uint_prepare(self, other, key, scratch); } - pub fn prepare_partial( + pub fn prepare_custom( &mut self, module: &M, other: &FheUint,