mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
fix api inconsistency
This commit is contained in:
@@ -312,7 +312,7 @@ impl<D: DataMut, T: UnsignedInteger, BE: Backend> FheUintPrepared<D, T, BE> {
|
|||||||
{
|
{
|
||||||
module.fhe_uint_prepare(self, other, key, scratch);
|
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,
|
&mut self,
|
||||||
module: &M,
|
module: &M,
|
||||||
other: &FheUint<O, T>,
|
other: &FheUint<O, T>,
|
||||||
|
|||||||
Reference in New Issue
Block a user