pub type FheInt232 = FheInt<FheInt232Id>;Expand description
A signed integer type with 232 bits
See FheInt
Aliased Type§
pub struct FheInt232 { /* private fields */ }Trait Implementations§
Source§impl Add<StaticSignedBigInt<4>> for &FheInt232
impl Add<StaticSignedBigInt<4>> for &FheInt232
Source§impl Add<StaticSignedBigInt<4>> for FheInt232
impl Add<StaticSignedBigInt<4>> for FheInt232
Source§impl AddAssign<StaticSignedBigInt<4>> for FheInt232
impl AddAssign<StaticSignedBigInt<4>> for FheInt232
Source§fn add_assign(&mut self, rhs: I256)
fn add_assign(&mut self, rhs: I256)
Performs an addition assignment operation of a clear to a FheInt.
Source§impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
fn get_add_size_on_gpu(&self, rhs: I256) -> u64
Source§impl BitAnd<StaticSignedBigInt<4>> for &FheInt232
impl BitAnd<StaticSignedBigInt<4>> for &FheInt232
Source§impl BitAnd<StaticSignedBigInt<4>> for FheInt232
impl BitAnd<StaticSignedBigInt<4>> for FheInt232
Source§impl BitAndAssign<StaticSignedBigInt<4>> for FheInt232
impl BitAndAssign<StaticSignedBigInt<4>> for FheInt232
Source§fn bitand_assign(&mut self, rhs: I256)
fn bitand_assign(&mut self, rhs: I256)
Performs the
&= operation. Read moreSource§impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
fn get_bitand_size_on_gpu(&self, rhs: I256) -> u64
Source§impl BitOr<StaticSignedBigInt<4>> for &FheInt232
impl BitOr<StaticSignedBigInt<4>> for &FheInt232
Source§impl BitOr<StaticSignedBigInt<4>> for FheInt232
impl BitOr<StaticSignedBigInt<4>> for FheInt232
Source§impl BitOrAssign<StaticSignedBigInt<4>> for FheInt232
impl BitOrAssign<StaticSignedBigInt<4>> for FheInt232
Source§fn bitor_assign(&mut self, rhs: I256)
fn bitor_assign(&mut self, rhs: I256)
Performs the
|= operation. Read moreSource§impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
fn get_bitor_size_on_gpu(&self, rhs: I256) -> u64
Source§impl BitXor<StaticSignedBigInt<4>> for &FheInt232
impl BitXor<StaticSignedBigInt<4>> for &FheInt232
Source§impl BitXor<StaticSignedBigInt<4>> for FheInt232
impl BitXor<StaticSignedBigInt<4>> for FheInt232
Source§impl BitXorAssign<StaticSignedBigInt<4>> for FheInt232
impl BitXorAssign<StaticSignedBigInt<4>> for FheInt232
Source§fn bitxor_assign(&mut self, rhs: I256)
fn bitxor_assign(&mut self, rhs: I256)
Performs the
^= operation. Read moreSource§impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
fn get_bitxor_size_on_gpu(&self, rhs: I256) -> u64
Source§impl Div<StaticSignedBigInt<4>> for &FheInt232
impl Div<StaticSignedBigInt<4>> for &FheInt232
Source§impl Div<StaticSignedBigInt<4>> for FheInt232
impl Div<StaticSignedBigInt<4>> for FheInt232
Source§impl DivAssign<StaticSignedBigInt<4>> for FheInt232
impl DivAssign<StaticSignedBigInt<4>> for FheInt232
Source§fn div_assign(&mut self, rhs: I256)
fn div_assign(&mut self, rhs: I256)
Performs the
/= operation. Read moreSource§impl DivRem<StaticSignedBigInt<4>> for &FheInt232
impl DivRem<StaticSignedBigInt<4>> for &FheInt232
Source§impl DivRem<StaticSignedBigInt<4>> for FheInt232
impl DivRem<StaticSignedBigInt<4>> for FheInt232
Source§impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
fn get_div_rem_size_on_gpu(&self, rhs: I256) -> u64
Source§impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
fn get_div_size_on_gpu(&self, rhs: I256) -> u64
Source§impl Mul<StaticSignedBigInt<4>> for &FheInt232
impl Mul<StaticSignedBigInt<4>> for &FheInt232
Source§impl Mul<StaticSignedBigInt<4>> for FheInt232
impl Mul<StaticSignedBigInt<4>> for FheInt232
Source§impl MulAssign<StaticSignedBigInt<4>> for FheInt232
impl MulAssign<StaticSignedBigInt<4>> for FheInt232
Source§fn mul_assign(&mut self, rhs: I256)
fn mul_assign(&mut self, rhs: I256)
Performs the
*= operation. Read moreSource§impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
fn get_mul_size_on_gpu(&self, rhs: I256) -> u64
Source§impl Rem<StaticSignedBigInt<4>> for &FheInt232
impl Rem<StaticSignedBigInt<4>> for &FheInt232
Source§impl Rem<StaticSignedBigInt<4>> for FheInt232
impl Rem<StaticSignedBigInt<4>> for FheInt232
Source§impl RemAssign<StaticSignedBigInt<4>> for FheInt232
impl RemAssign<StaticSignedBigInt<4>> for FheInt232
Source§fn rem_assign(&mut self, rhs: I256)
fn rem_assign(&mut self, rhs: I256)
Performs the
%= operation. Read moreSource§impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt232
fn get_rem_size_on_gpu(&self, rhs: I256) -> u64
Source§impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt232
impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: U256) -> Self::Output
Source§impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt232
impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: U256) -> Self::Output
Source§impl RotateLeft<u128> for &FheInt232
impl RotateLeft<u128> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u128) -> Self::Output
Source§impl RotateLeft<u128> for FheInt232
impl RotateLeft<u128> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u128) -> Self::Output
Source§impl RotateLeft<u16> for &FheInt232
impl RotateLeft<u16> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u16) -> Self::Output
Source§impl RotateLeft<u16> for FheInt232
impl RotateLeft<u16> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u16) -> Self::Output
Source§impl RotateLeft<u32> for &FheInt232
impl RotateLeft<u32> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u32) -> Self::Output
Source§impl RotateLeft<u32> for FheInt232
impl RotateLeft<u32> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u32) -> Self::Output
Source§impl RotateLeft<u64> for &FheInt232
impl RotateLeft<u64> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u64) -> Self::Output
Source§impl RotateLeft<u64> for FheInt232
impl RotateLeft<u64> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u64) -> Self::Output
Source§impl RotateLeft<u8> for &FheInt232
impl RotateLeft<u8> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u8) -> Self::Output
Source§impl RotateLeft<u8> for FheInt232
impl RotateLeft<u8> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_left(self, rhs: u8) -> Self::Output
Source§impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt232
impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt232
fn rotate_left_assign(&mut self, rhs: U256)
Source§impl RotateLeftAssign<u128> for FheInt232
impl RotateLeftAssign<u128> for FheInt232
fn rotate_left_assign(&mut self, rhs: u128)
Source§impl RotateLeftAssign<u16> for FheInt232
impl RotateLeftAssign<u16> for FheInt232
fn rotate_left_assign(&mut self, rhs: u16)
Source§impl RotateLeftAssign<u32> for FheInt232
impl RotateLeftAssign<u32> for FheInt232
fn rotate_left_assign(&mut self, rhs: u32)
Source§impl RotateLeftAssign<u64> for FheInt232
impl RotateLeftAssign<u64> for FheInt232
fn rotate_left_assign(&mut self, rhs: u64)
Source§impl RotateLeftAssign<u8> for FheInt232
impl RotateLeftAssign<u8> for FheInt232
fn rotate_left_assign(&mut self, rhs: u8)
Source§impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232
impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232
fn get_rotate_left_size_on_gpu(&self, rhs: U256) -> u64
Source§impl RotateLeftSizeOnGpu<u128> for FheInt232
impl RotateLeftSizeOnGpu<u128> for FheInt232
fn get_rotate_left_size_on_gpu(&self, rhs: u128) -> u64
Source§impl RotateLeftSizeOnGpu<u16> for FheInt232
impl RotateLeftSizeOnGpu<u16> for FheInt232
fn get_rotate_left_size_on_gpu(&self, rhs: u16) -> u64
Source§impl RotateLeftSizeOnGpu<u32> for FheInt232
impl RotateLeftSizeOnGpu<u32> for FheInt232
fn get_rotate_left_size_on_gpu(&self, rhs: u32) -> u64
Source§impl RotateLeftSizeOnGpu<u64> for FheInt232
impl RotateLeftSizeOnGpu<u64> for FheInt232
fn get_rotate_left_size_on_gpu(&self, rhs: u64) -> u64
Source§impl RotateLeftSizeOnGpu<u8> for FheInt232
impl RotateLeftSizeOnGpu<u8> for FheInt232
fn get_rotate_left_size_on_gpu(&self, rhs: u8) -> u64
Source§impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt232
impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: U256) -> Self::Output
Source§impl RotateRight<StaticUnsignedBigInt<4>> for FheInt232
impl RotateRight<StaticUnsignedBigInt<4>> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: U256) -> Self::Output
Source§impl RotateRight<u128> for &FheInt232
impl RotateRight<u128> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u128) -> Self::Output
Source§impl RotateRight<u128> for FheInt232
impl RotateRight<u128> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u128) -> Self::Output
Source§impl RotateRight<u16> for &FheInt232
impl RotateRight<u16> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u16) -> Self::Output
Source§impl RotateRight<u16> for FheInt232
impl RotateRight<u16> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u16) -> Self::Output
Source§impl RotateRight<u32> for &FheInt232
impl RotateRight<u32> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u32) -> Self::Output
Source§impl RotateRight<u32> for FheInt232
impl RotateRight<u32> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u32) -> Self::Output
Source§impl RotateRight<u64> for &FheInt232
impl RotateRight<u64> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u64) -> Self::Output
Source§impl RotateRight<u64> for FheInt232
impl RotateRight<u64> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u64) -> Self::Output
Source§impl RotateRight<u8> for &FheInt232
impl RotateRight<u8> for &FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u8) -> Self::Output
Source§impl RotateRight<u8> for FheInt232
impl RotateRight<u8> for FheInt232
type Output = FheInt<FheInt232Id>
fn rotate_right(self, rhs: u8) -> Self::Output
Source§impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt232
impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt232
fn rotate_right_assign(&mut self, rhs: U256)
Source§impl RotateRightAssign<u128> for FheInt232
impl RotateRightAssign<u128> for FheInt232
fn rotate_right_assign(&mut self, rhs: u128)
Source§impl RotateRightAssign<u16> for FheInt232
impl RotateRightAssign<u16> for FheInt232
fn rotate_right_assign(&mut self, rhs: u16)
Source§impl RotateRightAssign<u32> for FheInt232
impl RotateRightAssign<u32> for FheInt232
fn rotate_right_assign(&mut self, rhs: u32)
Source§impl RotateRightAssign<u64> for FheInt232
impl RotateRightAssign<u64> for FheInt232
fn rotate_right_assign(&mut self, rhs: u64)
Source§impl RotateRightAssign<u8> for FheInt232
impl RotateRightAssign<u8> for FheInt232
fn rotate_right_assign(&mut self, rhs: u8)
Source§impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232
impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232
fn get_rotate_right_size_on_gpu(&self, rhs: U256) -> u64
Source§impl RotateRightSizeOnGpu<u128> for FheInt232
impl RotateRightSizeOnGpu<u128> for FheInt232
fn get_rotate_right_size_on_gpu(&self, rhs: u128) -> u64
Source§impl RotateRightSizeOnGpu<u16> for FheInt232
impl RotateRightSizeOnGpu<u16> for FheInt232
fn get_rotate_right_size_on_gpu(&self, rhs: u16) -> u64
Source§impl RotateRightSizeOnGpu<u32> for FheInt232
impl RotateRightSizeOnGpu<u32> for FheInt232
fn get_rotate_right_size_on_gpu(&self, rhs: u32) -> u64
Source§impl RotateRightSizeOnGpu<u64> for FheInt232
impl RotateRightSizeOnGpu<u64> for FheInt232
fn get_rotate_right_size_on_gpu(&self, rhs: u64) -> u64
Source§impl RotateRightSizeOnGpu<u8> for FheInt232
impl RotateRightSizeOnGpu<u8> for FheInt232
fn get_rotate_right_size_on_gpu(&self, rhs: u8) -> u64
Source§impl Shl<StaticUnsignedBigInt<4>> for &FheInt232
impl Shl<StaticUnsignedBigInt<4>> for &FheInt232
Source§impl Shl<StaticUnsignedBigInt<4>> for FheInt232
impl Shl<StaticUnsignedBigInt<4>> for FheInt232
Source§impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt232
impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt232
Source§fn shl_assign(&mut self, rhs: U256)
fn shl_assign(&mut self, rhs: U256)
Performs the
<<= operation. Read moreSource§impl ShlAssign<u128> for FheInt232
impl ShlAssign<u128> for FheInt232
Source§fn shl_assign(&mut self, rhs: u128)
fn shl_assign(&mut self, rhs: u128)
Performs the
<<= operation. Read moreSource§impl ShlAssign<u16> for FheInt232
impl ShlAssign<u16> for FheInt232
Source§fn shl_assign(&mut self, rhs: u16)
fn shl_assign(&mut self, rhs: u16)
Performs the
<<= operation. Read moreSource§impl ShlAssign<u32> for FheInt232
impl ShlAssign<u32> for FheInt232
Source§fn shl_assign(&mut self, rhs: u32)
fn shl_assign(&mut self, rhs: u32)
Performs the
<<= operation. Read moreSource§impl ShlAssign<u64> for FheInt232
impl ShlAssign<u64> for FheInt232
Source§fn shl_assign(&mut self, rhs: u64)
fn shl_assign(&mut self, rhs: u64)
Performs the
<<= operation. Read moreSource§impl ShlAssign<u8> for FheInt232
impl ShlAssign<u8> for FheInt232
Source§fn shl_assign(&mut self, rhs: u8)
fn shl_assign(&mut self, rhs: u8)
Performs the
<<= operation. Read moreSource§impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232
impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232
fn get_left_shift_size_on_gpu(&self, rhs: U256) -> u64
Source§impl ShlSizeOnGpu<u128> for FheInt232
impl ShlSizeOnGpu<u128> for FheInt232
fn get_left_shift_size_on_gpu(&self, rhs: u128) -> u64
Source§impl ShlSizeOnGpu<u16> for FheInt232
impl ShlSizeOnGpu<u16> for FheInt232
fn get_left_shift_size_on_gpu(&self, rhs: u16) -> u64
Source§impl ShlSizeOnGpu<u32> for FheInt232
impl ShlSizeOnGpu<u32> for FheInt232
fn get_left_shift_size_on_gpu(&self, rhs: u32) -> u64
Source§impl ShlSizeOnGpu<u64> for FheInt232
impl ShlSizeOnGpu<u64> for FheInt232
fn get_left_shift_size_on_gpu(&self, rhs: u64) -> u64
Source§impl ShlSizeOnGpu<u8> for FheInt232
impl ShlSizeOnGpu<u8> for FheInt232
fn get_left_shift_size_on_gpu(&self, rhs: u8) -> u64
Source§impl Shr<StaticUnsignedBigInt<4>> for &FheInt232
impl Shr<StaticUnsignedBigInt<4>> for &FheInt232
Source§impl Shr<StaticUnsignedBigInt<4>> for FheInt232
impl Shr<StaticUnsignedBigInt<4>> for FheInt232
Source§impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt232
impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt232
Source§fn shr_assign(&mut self, rhs: U256)
fn shr_assign(&mut self, rhs: U256)
Performs the
>>= operation. Read moreSource§impl ShrAssign<u128> for FheInt232
impl ShrAssign<u128> for FheInt232
Source§fn shr_assign(&mut self, rhs: u128)
fn shr_assign(&mut self, rhs: u128)
Performs the
>>= operation. Read moreSource§impl ShrAssign<u16> for FheInt232
impl ShrAssign<u16> for FheInt232
Source§fn shr_assign(&mut self, rhs: u16)
fn shr_assign(&mut self, rhs: u16)
Performs the
>>= operation. Read moreSource§impl ShrAssign<u32> for FheInt232
impl ShrAssign<u32> for FheInt232
Source§fn shr_assign(&mut self, rhs: u32)
fn shr_assign(&mut self, rhs: u32)
Performs the
>>= operation. Read moreSource§impl ShrAssign<u64> for FheInt232
impl ShrAssign<u64> for FheInt232
Source§fn shr_assign(&mut self, rhs: u64)
fn shr_assign(&mut self, rhs: u64)
Performs the
>>= operation. Read moreSource§impl ShrAssign<u8> for FheInt232
impl ShrAssign<u8> for FheInt232
Source§fn shr_assign(&mut self, rhs: u8)
fn shr_assign(&mut self, rhs: u8)
Performs the
>>= operation. Read moreSource§impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232
impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232
fn get_right_shift_size_on_gpu(&self, rhs: U256) -> u64
Source§impl ShrSizeOnGpu<u128> for FheInt232
impl ShrSizeOnGpu<u128> for FheInt232
fn get_right_shift_size_on_gpu(&self, rhs: u128) -> u64
Source§impl ShrSizeOnGpu<u16> for FheInt232
impl ShrSizeOnGpu<u16> for FheInt232
fn get_right_shift_size_on_gpu(&self, rhs: u16) -> u64
Source§impl ShrSizeOnGpu<u32> for FheInt232
impl ShrSizeOnGpu<u32> for FheInt232
fn get_right_shift_size_on_gpu(&self, rhs: u32) -> u64
Source§impl ShrSizeOnGpu<u64> for FheInt232
impl ShrSizeOnGpu<u64> for FheInt232
fn get_right_shift_size_on_gpu(&self, rhs: u64) -> u64
Source§impl ShrSizeOnGpu<u8> for FheInt232
impl ShrSizeOnGpu<u8> for FheInt232
fn get_right_shift_size_on_gpu(&self, rhs: u8) -> u64
Source§impl Sub<StaticSignedBigInt<4>> for &FheInt232
impl Sub<StaticSignedBigInt<4>> for &FheInt232
Source§impl Sub<StaticSignedBigInt<4>> for FheInt232
impl Sub<StaticSignedBigInt<4>> for FheInt232
Source§impl SubAssign<StaticSignedBigInt<4>> for FheInt232
impl SubAssign<StaticSignedBigInt<4>> for FheInt232
Source§fn sub_assign(&mut self, rhs: I256)
fn sub_assign(&mut self, rhs: I256)
Performs the
-= operation. Read more