Skip to main content

StaticSignedBigInt

Struct StaticSignedBigInt 

Source
pub struct StaticSignedBigInt<const N: usize>(/* private fields */);

Implementations§

Source§

impl<const N: usize> StaticSignedBigInt<N>

Source

pub const BITS: u32

Source

pub const MAX: Self

Source

pub const MIN: Self

Source

pub const ZERO: Self

Source

pub const ONE: Self

Source

pub const TWO: Self

Source

pub fn data(&self) -> &[u64; N]

Source

pub fn wrapping_neg(self) -> Self

Source

pub fn wrapping_sub(self, other: Self) -> Self

Source

pub fn copy_from_be_byte_slice(&mut self, bytes: &[u8])

Replaces the current value by interpreting the bytes in big endian order

Source

pub fn copy_from_le_byte_slice(&mut self, bytes: &[u8])

Replaces the current value by interpreting the bytes in little endian order

Source

pub fn copy_to_le_byte_slice(&self, bytes: &mut [u8])

Source

pub fn copy_to_be_byte_slice(&self, bytes: &mut [u8])

Source

pub fn is_power_of_two(self) -> bool

Source

pub fn leading_zeros(self) -> u32

Source

pub fn ilog2(self) -> u32

Source

pub fn ceil_ilog2(self) -> u32

Source

pub fn wrapping_abs(self) -> Self

Trait Implementations§

Source§

impl Add<StaticSignedBigInt<16>> for &FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I1024) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<16>> for FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I1024) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<32>> for &FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I2048) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<32>> for FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I2048) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for &FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<4>> for FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I256) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<8>> for &FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I512) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<StaticSignedBigInt<8>> for FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: I512) -> Self::Output

Performs the + operation. Read more
Source§

impl<const N: usize> Add for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self::Output

Performs the + operation. Read more
Source§

impl AddAssign<StaticSignedBigInt<16>> for FheInt1024

Source§

fn add_assign(&mut self, rhs: I1024)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<32>> for FheInt2048

Source§

fn add_assign(&mut self, rhs: I2048)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt136

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt144

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt152

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt160

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt168

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt176

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt184

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt192

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt200

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt208

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt216

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt224

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt232

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt240

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt248

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<4>> for FheInt256

Source§

fn add_assign(&mut self, rhs: I256)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl AddAssign<StaticSignedBigInt<8>> for FheInt512

Source§

fn add_assign(&mut self, rhs: I512)

Performs an addition assignment operation of a clear to a FheInt.

Source§

impl<const N: usize> AddAssign for StaticSignedBigInt<N>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddSizeOnGpu<StaticSignedBigInt<16>> for FheInt1024

Source§

impl AddSizeOnGpu<StaticSignedBigInt<32>> for FheInt2048

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt136

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt144

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt152

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt160

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt168

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt176

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt184

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt192

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt200

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt208

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt216

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt224

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt232

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt240

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt248

Source§

impl AddSizeOnGpu<StaticSignedBigInt<4>> for FheInt256

Source§

impl AddSizeOnGpu<StaticSignedBigInt<8>> for FheInt512

Source§

impl BitAnd<StaticSignedBigInt<16>> for &FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I1024) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<16>> for FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I1024) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<32>> for &FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I2048) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<32>> for FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I2048) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for &FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<4>> for FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I256) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<8>> for &FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I512) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<StaticSignedBigInt<8>> for FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: I512) -> Self::Output

Performs the & operation. Read more
Source§

impl<const N: usize> BitAnd for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<16>> for FheInt1024

Source§

fn bitand_assign(&mut self, rhs: I1024)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<32>> for FheInt2048

Source§

fn bitand_assign(&mut self, rhs: I2048)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt136

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt144

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt152

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt160

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt168

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt176

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt184

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt192

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt200

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt208

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt216

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt224

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt232

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt240

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt248

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<4>> for FheInt256

Source§

fn bitand_assign(&mut self, rhs: I256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticSignedBigInt<8>> for FheInt512

Source§

fn bitand_assign(&mut self, rhs: I512)

Performs the &= operation. Read more
Source§

impl<const N: usize> BitAndAssign for StaticSignedBigInt<N>

Source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<16>> for FheInt1024

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<32>> for FheInt2048

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt136

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt144

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt152

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt160

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt168

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt176

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt184

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt192

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt200

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt208

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt216

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt224

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt232

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt240

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt248

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<4>> for FheInt256

Source§

impl BitAndSizeOnGpu<StaticSignedBigInt<8>> for FheInt512

Source§

impl BitOr<StaticSignedBigInt<16>> for &FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I1024) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<16>> for FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I1024) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<32>> for &FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I2048) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<32>> for FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I2048) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for &FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<4>> for FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I256) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<8>> for &FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I512) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<StaticSignedBigInt<8>> for FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: I512) -> Self::Output

Performs the | operation. Read more
Source§

impl<const N: usize> BitOr for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<16>> for FheInt1024

Source§

fn bitor_assign(&mut self, rhs: I1024)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<32>> for FheInt2048

Source§

fn bitor_assign(&mut self, rhs: I2048)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt136

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt144

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt152

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt160

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt168

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt176

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt184

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt192

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt200

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt208

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt216

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt224

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt232

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt240

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt248

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<4>> for FheInt256

Source§

fn bitor_assign(&mut self, rhs: I256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticSignedBigInt<8>> for FheInt512

Source§

fn bitor_assign(&mut self, rhs: I512)

Performs the |= operation. Read more
Source§

impl<const N: usize> BitOrAssign for StaticSignedBigInt<N>

Source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<16>> for FheInt1024

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<32>> for FheInt2048

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt136

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt144

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt152

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt160

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt168

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt176

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt184

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt192

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt200

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt208

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt216

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt224

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt232

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt240

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt248

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<4>> for FheInt256

Source§

impl BitOrSizeOnGpu<StaticSignedBigInt<8>> for FheInt512

Source§

impl BitXor<StaticSignedBigInt<16>> for &FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I1024) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<16>> for FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I1024) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<32>> for &FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I2048) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<32>> for FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I2048) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for &FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<4>> for FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I256) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<8>> for &FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I512) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<StaticSignedBigInt<8>> for FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: I512) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<const N: usize> BitXor for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<16>> for FheInt1024

Source§

fn bitxor_assign(&mut self, rhs: I1024)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<32>> for FheInt2048

Source§

fn bitxor_assign(&mut self, rhs: I2048)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt136

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt144

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt152

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt160

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt168

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt176

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt184

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt192

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt200

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt208

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt216

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt224

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt232

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt240

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt248

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<4>> for FheInt256

Source§

fn bitxor_assign(&mut self, rhs: I256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticSignedBigInt<8>> for FheInt512

Source§

fn bitxor_assign(&mut self, rhs: I512)

Performs the ^= operation. Read more
Source§

impl<const N: usize> BitXorAssign for StaticSignedBigInt<N>

Source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<16>> for FheInt1024

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<32>> for FheInt2048

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt136

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt144

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt152

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt160

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt168

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt176

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt184

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt192

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt200

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt208

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt216

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt224

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt232

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt240

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt248

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<4>> for FheInt256

Source§

impl BitXorSizeOnGpu<StaticSignedBigInt<8>> for FheInt512

Source§

impl<const N: usize> CastFrom<StaticSignedBigInt<N>> for StaticSignedBigInt<N>

Source§

fn cast_from(input: Self) -> Self

Source§

impl<const N: usize> CastFrom<StaticSignedBigInt<N>> for StaticUnsignedBigInt<N>

Source§

impl<const N: usize> CastFrom<StaticSignedBigInt<N>> for i128

Source§

impl<const N: usize> CastFrom<StaticSignedBigInt<N>> for u128

Source§

impl<const N: usize> CastFrom<StaticSignedBigInt<N>> for u16

Source§

impl<const N: usize> CastFrom<StaticSignedBigInt<N>> for u32

Source§

impl<const N: usize> CastFrom<StaticSignedBigInt<N>> for u64

Source§

impl<const N: usize> CastFrom<StaticSignedBigInt<N>> for u8

Source§

impl<const N: usize> CastFrom<StaticUnsignedBigInt<N>> for StaticSignedBigInt<N>

Source§

impl<const N: usize> CastFrom<u128> for StaticSignedBigInt<N>

Source§

fn cast_from(input: u128) -> Self

Source§

impl<const N: usize> CastFrom<u16> for StaticSignedBigInt<N>

Source§

fn cast_from(input: u16) -> Self

Source§

impl<const N: usize> CastFrom<u32> for StaticSignedBigInt<N>

Source§

fn cast_from(input: u32) -> Self

Source§

impl<const N: usize> CastFrom<u64> for StaticSignedBigInt<N>

Source§

fn cast_from(input: u64) -> Self

Source§

impl<const N: usize> CastFrom<u8> for StaticSignedBigInt<N>

Source§

fn cast_from(input: u8) -> Self

Source§

impl<const N: usize> Clone for StaticSignedBigInt<N>

Source§

fn clone(&self) -> StaticSignedBigInt<N>

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<const N: usize> Debug for StaticSignedBigInt<N>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<const N: usize> Default for StaticSignedBigInt<N>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Div<StaticSignedBigInt<16>> for &FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I1024) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<16>> for FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I1024) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<32>> for &FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I2048) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<32>> for FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I2048) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for &FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<4>> for FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I256) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<8>> for &FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I512) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<StaticSignedBigInt<8>> for FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: I512) -> Self::Output

Performs the / operation. Read more
Source§

impl<const N: usize> Div for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self::Output

Performs the / operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<16>> for FheInt1024

Source§

fn div_assign(&mut self, rhs: I1024)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<32>> for FheInt2048

Source§

fn div_assign(&mut self, rhs: I2048)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt136

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt144

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt152

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt160

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt168

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt176

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt184

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt192

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt200

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt208

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt216

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt224

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt232

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt240

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt248

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<4>> for FheInt256

Source§

fn div_assign(&mut self, rhs: I256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticSignedBigInt<8>> for FheInt512

Source§

fn div_assign(&mut self, rhs: I512)

Performs the /= operation. Read more
Source§

impl<const N: usize> DivAssign for StaticSignedBigInt<N>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivRem<StaticSignedBigInt<16>> for &FheInt1024

Source§

impl DivRem<StaticSignedBigInt<16>> for FheInt1024

Source§

impl DivRem<StaticSignedBigInt<32>> for &FheInt2048

Source§

impl DivRem<StaticSignedBigInt<32>> for FheInt2048

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt136

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt144

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt152

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt160

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt168

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt176

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt184

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt192

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt200

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt208

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt216

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt224

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt232

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt240

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt248

Source§

impl DivRem<StaticSignedBigInt<4>> for &FheInt256

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt136

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt144

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt152

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt160

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt168

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt176

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt184

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt192

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt200

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt208

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt216

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt224

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt232

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt240

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt248

Source§

impl DivRem<StaticSignedBigInt<4>> for FheInt256

Source§

impl DivRem<StaticSignedBigInt<8>> for &FheInt512

Source§

impl DivRem<StaticSignedBigInt<8>> for FheInt512

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<16>> for FheInt1024

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<32>> for FheInt2048

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt136

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt144

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt152

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt160

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt168

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt176

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt184

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt192

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt200

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt208

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt216

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt224

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt232

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt240

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt248

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<4>> for FheInt256

Source§

impl DivRemSizeOnGpu<StaticSignedBigInt<8>> for FheInt512

Source§

impl DivSizeOnGpu<StaticSignedBigInt<16>> for FheInt1024

Source§

impl DivSizeOnGpu<StaticSignedBigInt<32>> for FheInt2048

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt136

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt144

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt152

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt160

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt168

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt176

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt184

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt192

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt200

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt208

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt216

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt224

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt232

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt240

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt248

Source§

impl DivSizeOnGpu<StaticSignedBigInt<4>> for FheInt256

Source§

impl DivSizeOnGpu<StaticSignedBigInt<8>> for FheInt512

Source§

impl<const N: usize> From<[u64; N]> for StaticSignedBigInt<N>

Source§

fn from(array: [u64; N]) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<(u64, u64, u64, u64)> for StaticSignedBigInt<N>

Source§

fn from(value: (u64, u64, u64, u64)) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<i128> for StaticSignedBigInt<N>

Source§

fn from(value: i128) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<i32> for StaticSignedBigInt<N>

Source§

fn from(value: i32) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<i64> for StaticSignedBigInt<N>

Source§

fn from(value: i64) -> Self

Converts to this type from the input type.
Source§

impl Mul<StaticSignedBigInt<16>> for &FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I1024) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<16>> for FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I1024) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<32>> for &FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I2048) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<32>> for FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I2048) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for &FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<4>> for FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I256) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<8>> for &FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I512) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<StaticSignedBigInt<8>> for FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: I512) -> Self::Output

Performs the * operation. Read more
Source§

impl<const N: usize> Mul for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self::Output

Performs the * operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<16>> for FheInt1024

Source§

fn mul_assign(&mut self, rhs: I1024)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<32>> for FheInt2048

Source§

fn mul_assign(&mut self, rhs: I2048)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt136

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt144

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt152

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt160

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt168

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt176

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt184

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt192

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt200

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt208

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt216

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt224

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt232

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt240

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt248

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<4>> for FheInt256

Source§

fn mul_assign(&mut self, rhs: I256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticSignedBigInt<8>> for FheInt512

Source§

fn mul_assign(&mut self, rhs: I512)

Performs the *= operation. Read more
Source§

impl<const N: usize> MulAssign for StaticSignedBigInt<N>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulSizeOnGpu<StaticSignedBigInt<16>> for FheInt1024

Source§

impl MulSizeOnGpu<StaticSignedBigInt<32>> for FheInt2048

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt136

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt144

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt152

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt160

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt168

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt176

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt184

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt192

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt200

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt208

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt216

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt224

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt232

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt240

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt248

Source§

impl MulSizeOnGpu<StaticSignedBigInt<4>> for FheInt256

Source§

impl MulSizeOnGpu<StaticSignedBigInt<8>> for FheInt512

Source§

impl<const N: usize> Neg for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
Source§

impl<const N: usize> Not for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
Source§

impl<const N: usize> Numeric for StaticSignedBigInt<N>

Source§

const BITS: usize

This size of the type in bits.
Source§

const ZERO: Self = Self::ZERO

The null element of the type.
Source§

const ONE: Self = Self::ONE

The identity element of the type.
Source§

const TWO: Self = Self::TWO

A value of two.
Source§

const MAX: Self = Self::MAX

The largest value that can be encoded by the type.
Source§

impl<const N: usize> Ord for StaticSignedBigInt<N>

Source§

fn cmp(&self, other: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl<const N: usize> PartialEq for StaticSignedBigInt<N>

Source§

fn eq(&self, other: &StaticSignedBigInt<N>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<const N: usize> PartialOrd for StaticSignedBigInt<N>

Source§

fn partial_cmp(&self, other: &Self) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl<const N: usize> Recomposable for StaticSignedBigInt<N>

Source§

fn recomposable_wrapping_add(self, other: Self) -> Self

Source§

impl Rem<StaticSignedBigInt<16>> for &FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I1024) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<16>> for FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I1024) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<32>> for &FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I2048) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<32>> for FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I2048) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for &FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<4>> for FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I256) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<8>> for &FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I512) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<StaticSignedBigInt<8>> for FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: I512) -> Self::Output

Performs the % operation. Read more
Source§

impl<const N: usize> Rem for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self::Output

Performs the % operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<16>> for FheInt1024

Source§

fn rem_assign(&mut self, rhs: I1024)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<32>> for FheInt2048

Source§

fn rem_assign(&mut self, rhs: I2048)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt136

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt144

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt152

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt160

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt168

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt176

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt184

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt192

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt200

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt208

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt216

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt224

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt232

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt240

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt248

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<4>> for FheInt256

Source§

fn rem_assign(&mut self, rhs: I256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticSignedBigInt<8>> for FheInt512

Source§

fn rem_assign(&mut self, rhs: I512)

Performs the %= operation. Read more
Source§

impl<const N: usize> RemAssign for StaticSignedBigInt<N>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemSizeOnGpu<StaticSignedBigInt<16>> for FheInt1024

Source§

impl RemSizeOnGpu<StaticSignedBigInt<32>> for FheInt2048

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt136

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt144

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt152

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt160

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt168

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt176

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt184

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt192

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt200

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt208

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt216

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt224

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt232

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt240

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt248

Source§

impl RemSizeOnGpu<StaticSignedBigInt<4>> for FheInt256

Source§

impl RemSizeOnGpu<StaticSignedBigInt<8>> for FheInt512

Source§

impl<const N: usize> ScalarMultiplier for StaticSignedBigInt<N>

Source§

impl<const N: usize> Shl<u32> for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<const N: usize> Shl<usize> for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: usize) -> Self::Output

Performs the << operation. Read more
Source§

impl<const N: usize> ShlAssign<u32> for StaticSignedBigInt<N>

Source§

fn shl_assign(&mut self, shift: u32)

Performs the <<= operation. Read more
Source§

impl<const N: usize> ShlAssign<usize> for StaticSignedBigInt<N>

Source§

fn shl_assign(&mut self, shift: usize)

Performs the <<= operation. Read more
Source§

impl<const N: usize> Shr<u32> for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<const N: usize> Shr<usize> for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: usize) -> Self::Output

Performs the >> operation. Read more
Source§

impl<const N: usize> ShrAssign<u32> for StaticSignedBigInt<N>

Source§

fn shr_assign(&mut self, shift: u32)

Performs the >>= operation. Read more
Source§

impl<const N: usize> ShrAssign<usize> for StaticSignedBigInt<N>

Source§

fn shr_assign(&mut self, shift: usize)

Performs the >>= operation. Read more
Source§

impl<const N: usize> SignedNumeric for StaticSignedBigInt<N>

Source§

type NumericUnsignedType = StaticUnsignedBigInt<N>

The unsigned type of the same precision Read more
Source§

impl Sub<StaticSignedBigInt<16>> for &FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I1024) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<16>> for FheInt1024

Source§

type Output = FheInt<FheInt1024Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I1024) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<32>> for &FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I2048) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<32>> for FheInt2048

Source§

type Output = FheInt<FheInt2048Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I2048) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for &FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt136

Source§

type Output = FheInt<FheInt136Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt144

Source§

type Output = FheInt<FheInt144Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt152

Source§

type Output = FheInt<FheInt152Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt160

Source§

type Output = FheInt<FheInt160Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt168

Source§

type Output = FheInt<FheInt168Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt176

Source§

type Output = FheInt<FheInt176Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt184

Source§

type Output = FheInt<FheInt184Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt192

Source§

type Output = FheInt<FheInt192Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt200

Source§

type Output = FheInt<FheInt200Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt208

Source§

type Output = FheInt<FheInt208Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt216

Source§

type Output = FheInt<FheInt216Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt224

Source§

type Output = FheInt<FheInt224Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt232

Source§

type Output = FheInt<FheInt232Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt240

Source§

type Output = FheInt<FheInt240Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt248

Source§

type Output = FheInt<FheInt248Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<4>> for FheInt256

Source§

type Output = FheInt<FheInt256Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I256) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<8>> for &FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I512) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<StaticSignedBigInt<8>> for FheInt512

Source§

type Output = FheInt<FheInt512Id>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: I512) -> Self::Output

Performs the - operation. Read more
Source§

impl<const N: usize> Sub for StaticSignedBigInt<N>

Source§

type Output = StaticSignedBigInt<N>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self::Output

Performs the - operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<16>> for FheInt1024

Source§

fn sub_assign(&mut self, rhs: I1024)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<32>> for FheInt2048

Source§

fn sub_assign(&mut self, rhs: I2048)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt136

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt144

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt152

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt160

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt168

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt176

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt184

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt192

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt200

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt208

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt216

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt224

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt232

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt240

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt248

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<4>> for FheInt256

Source§

fn sub_assign(&mut self, rhs: I256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticSignedBigInt<8>> for FheInt512

Source§

fn sub_assign(&mut self, rhs: I512)

Performs the -= operation. Read more
Source§

impl<const N: usize> SubAssign for StaticSignedBigInt<N>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubSizeOnGpu<StaticSignedBigInt<16>> for FheInt1024

Source§

impl SubSizeOnGpu<StaticSignedBigInt<32>> for FheInt2048

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt136

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt144

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt152

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt160

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt168

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt176

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt184

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt192

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt200

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt208

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt216

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt224

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt232

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt240

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt248

Source§

impl SubSizeOnGpu<StaticSignedBigInt<4>> for FheInt256

Source§

impl SubSizeOnGpu<StaticSignedBigInt<8>> for FheInt512

Source§

impl<const N: usize> Zeroable for StaticSignedBigInt<N>

Source§

fn zeroed() -> Self

Source§

impl<const N: usize> Copy for StaticSignedBigInt<N>

Source§

impl<const N: usize> Decomposable for StaticSignedBigInt<N>

Source§

impl<const N: usize> DecomposableInto<u128> for StaticSignedBigInt<N>

Source§

impl<const N: usize> DecomposableInto<u64> for StaticSignedBigInt<N>

Source§

impl<const N: usize> DecomposableInto<u8> for StaticSignedBigInt<N>

Source§

impl<const N: usize> Eq for StaticSignedBigInt<N>

Source§

impl<const N: usize> Pod for StaticSignedBigInt<N>

Source§

impl<const N: usize> RecomposableFrom<u128> for StaticSignedBigInt<N>

Source§

impl<const N: usize> RecomposableFrom<u64> for StaticSignedBigInt<N>

Source§

impl<const N: usize> RecomposableFrom<u8> for StaticSignedBigInt<N>

Source§

impl<const N: usize> RecomposableSignedInteger for StaticSignedBigInt<N>

Source§

impl<const N: usize> StructuralPartialEq for StaticSignedBigInt<N>

Auto Trait Implementations§

§

impl<const N: usize> Freeze for StaticSignedBigInt<N>

§

impl<const N: usize> RefUnwindSafe for StaticSignedBigInt<N>

§

impl<const N: usize> Send for StaticSignedBigInt<N>

§

impl<const N: usize> Sync for StaticSignedBigInt<N>

§

impl<const N: usize> Unpin for StaticSignedBigInt<N>

§

impl<const N: usize> UnwindSafe for StaticSignedBigInt<N>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<Num> CastFrom<bool> for Num
where Num: Numeric,

Source§

fn cast_from(input: bool) -> Num

Source§

impl<Input, Output> CastInto<Output> for Input
where Output: CastFrom<Input>,

Source§

fn cast_into(self) -> Output

Source§

impl<T> CheckedBitPattern for T
where T: AnyBitPattern,

Source§

type Bits = T

Self must have the same layout as the specified Bits except for the possible invalid bit patterns being checked during is_valid_bit_pattern.
Source§

fn is_valid_bit_pattern(_bits: &T) -> bool

If this function returns true, then it must be valid to reinterpret bits as &Self.
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> Compactable for T
where T: Numeric + DecomposableInto<u64, Output = T> + Shl<usize>,

Source§

fn compact_into( self, messages: &mut Vec<u64>, message_modulus: MessageModulus, num_blocks: Option<usize>, ) -> Option<DataKind>

Source§

impl<Q, K> Comparable<K> for Q
where Q: Ord + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<Id, Clear> OverflowingAdd<&FheInt<Id>> for Clear

Source§

fn overflowing_add( self, other: &FheInt<Id>, ) -> (<Clear as OverflowingAdd<&FheInt<Id>>>::Output, FheBool)

Adds a Clear with a FheInt and returns a boolean indicating overflow.

  • The operation is modular, i.e. on overflow the result wraps around.
  • On overflow the FheBool is true, otherwise false
§Example
use tfhe::prelude::*;
use tfhe::{generate_keys, set_server_key, ConfigBuilder, FheInt16};

let (client_key, server_key) = generate_keys(ConfigBuilder::default());
set_server_key(server_key);

let a = FheInt16::encrypt(i16::MAX, &client_key);

// Due to conflicts with u16::overflowing_add method
// we have to use this syntax to help the compiler
let (result, overflowed) = OverflowingAdd::overflowing_add(1i16, &a);
let result: i16 = result.decrypt(&client_key);
assert_eq!(result, i16::MAX.wrapping_add(1i16));
assert_eq!(
    overflowed.decrypt(&client_key),
    i16::MAX.overflowing_add(1i16).1
);
assert!(overflowed.decrypt(&client_key));
Source§

type Output = FheInt<Id>

Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> TwosComplementNegation for T
where T: Not<Output = T> + Add<Output = T> + Numeric,

Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> AnyBitPattern for T
where T: Pod,

Source§

impl<T> HlCompactable for T
where T: Numeric + DecomposableInto<u64, Output = T> + Shl<usize>,

Source§

impl<T> Interleave for T
where T: Pod,

Source§

impl<T> NoUninit for T
where T: Pod,

Source§

impl<T, Rhs> NumAssignOps<Rhs> for T
where T: AddAssign<Rhs> + SubAssign<Rhs> + MulAssign<Rhs> + DivAssign<Rhs> + RemAssign<Rhs>,

Source§

impl<T, Rhs, Output> NumOps<Rhs, Output> for T
where T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>,

Source§

impl<T> SignExtendable for T