fix api inconsistency

This commit is contained in:
Pro7ech
2025-11-07 08:53:40 +01:00
parent c99bc86120
commit f13d61443c

View File

@@ -312,7 +312,7 @@ impl<D: DataMut, T: UnsignedInteger, BE: Backend> FheUintPrepared<D, T, BE> {
{
module.fhe_uint_prepare(self, other, key, scratch);
}
pub fn prepare_partial<BRA, M, O, K, DK>(
pub fn prepare_custom<BRA, M, O, K, DK>(
&mut self,
module: &M,
other: &FheUint<O, T>,