Skip to main content

StaticUnsignedBigInt

Struct StaticUnsignedBigInt 

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

Implementations§

Source§

impl<const N: usize> StaticUnsignedBigInt<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 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_sub(self, other: Self) -> Self

Source§

impl StaticUnsignedBigInt<4>

Source

pub fn to_low_high_u128(self) -> (u128, u128)

Trait Implementations§

Source§

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

Source§

type Output = StaticUnsignedBigInt<N>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<16>> for FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<32>> for FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

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

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn add_assign(&mut self, rhs: U256)

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

Source§

impl AddAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn add_assign(&mut self, rhs: U512)

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

Source§

impl AddAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn add_assign(&mut self, rhs: U1024)

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

Source§

impl AddAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn add_assign(&mut self, rhs: U2048)

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

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl AddSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

Source§

type Output = StaticUnsignedBigInt<N>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<16>> for FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<32>> for FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

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

Source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn bitand_assign(&mut self, rhs: U256)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn bitand_assign(&mut self, rhs: U512)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn bitand_assign(&mut self, rhs: U1024)

Performs the &= operation. Read more
Source§

impl BitAndAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn bitand_assign(&mut self, rhs: U2048)

Performs the &= operation. Read more
Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl BitAndSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

Source§

type Output = StaticUnsignedBigInt<N>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<16>> for FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<32>> for FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

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

Source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn bitor_assign(&mut self, rhs: U256)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn bitor_assign(&mut self, rhs: U512)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn bitor_assign(&mut self, rhs: U1024)

Performs the |= operation. Read more
Source§

impl BitOrAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn bitor_assign(&mut self, rhs: U2048)

Performs the |= operation. Read more
Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl BitOrSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

Source§

type Output = StaticUnsignedBigInt<N>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<16>> for FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<32>> for FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

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

Source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn bitxor_assign(&mut self, rhs: U256)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn bitxor_assign(&mut self, rhs: U512)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn bitxor_assign(&mut self, rhs: U1024)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn bitxor_assign(&mut self, rhs: U2048)

Performs the ^= operation. Read more
Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl BitXorSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl<const N_IN: usize, const N_OUT: usize> CastFrom<StaticUnsignedBigInt<N_IN>> for StaticUnsignedBigInt<N_OUT>

Source§

fn cast_from(input: StaticUnsignedBigInt<N_IN>) -> Self

Source§

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

Source§

fn cast_from(input: u8) -> Self

Source§

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

Source§

fn cast_from(input: u32) -> Self

Source§

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

Source§

fn cast_from(input: u64) -> Self

Source§

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

Source§

fn cast_from(input: u128) -> Self

Source§

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

Source§

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

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

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

Performs copy-assignment from source. Read more
Source§

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

Source§

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

Source§

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

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

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

fn default() -> Self

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

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

Source§

type Output = StaticUnsignedBigInt<N>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<16>> for FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<32>> for FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

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

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn div_assign(&mut self, rhs: U256)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn div_assign(&mut self, rhs: U512)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn div_assign(&mut self, rhs: U1024)

Performs the /= operation. Read more
Source§

impl DivAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn div_assign(&mut self, rhs: U2048)

Performs the /= operation. Read more
Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint160

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint256

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint136

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint144

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint152

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint168

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint176

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint184

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint192

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint200

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint208

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint216

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint224

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint232

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint240

Source§

impl DivRem<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl DivRem<StaticUnsignedBigInt<4>> for &FheUint248

Source§

impl DivRem<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl DivRem<StaticUnsignedBigInt<8>> for &FheUint512

Source§

impl DivRem<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl DivRem<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

impl DivRem<StaticUnsignedBigInt<32>> for FheUint2048

Source§

impl DivRem<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl DivRemSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl DivSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

Source§

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

Source§

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

Converts to this type from the input type.
Source§

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

Source§

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

Converts to this type from the input type.
Source§

impl<const N: usize> From<bool> for StaticUnsignedBigInt<N>

Source§

fn from(input: bool) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<u8> for StaticUnsignedBigInt<N>

Source§

fn from(value: u8) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<u16> for StaticUnsignedBigInt<N>

Source§

fn from(value: u16) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<u32> for StaticUnsignedBigInt<N>

Source§

fn from(value: u32) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<u64> for StaticUnsignedBigInt<N>

Source§

fn from(value: u64) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<u128> for StaticUnsignedBigInt<N>

Source§

fn from(value: u128) -> Self

Converts to this type from the input type.
Source§

impl FusedMulScalarDiv<&FheUint<FheUint136Id>, StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint136, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint136Id>, StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint136, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint144Id>, StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint144, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint144Id>, StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint144, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint152Id>, StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint152, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint152Id>, StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint152, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint160Id>, StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint160, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint160Id>, StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint160, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint168Id>, StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint168, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint168Id>, StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint168, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint176Id>, StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint176, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint176Id>, StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint176, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint184Id>, StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint184, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint184Id>, StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint184, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint192Id>, StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint192, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint192Id>, StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint192, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint200Id>, StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint200, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint200Id>, StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint200, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint208Id>, StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint208, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint208Id>, StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint208, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint216Id>, StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint216, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint216Id>, StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint216, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint224Id>, StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint224, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint224Id>, StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint224, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint232Id>, StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint232, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint232Id>, StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint232, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint240Id>, StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint240, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint240Id>, StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint240, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint248Id>, StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint248, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint248Id>, StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint248, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint256Id>, StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint256Id>, StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint512Id>, StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint512, div_scalar: U512, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint512Id>, StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

Source§

fn fused_mul_scalar_div( self, mul: &FheUint512, div_scalar: U512, ) -> Self::Output

Source§

impl FusedMulScalarDiv<&FheUint<FheUint1024Id>, StaticUnsignedBigInt<16>> for &FheUint1024

Source§

impl FusedMulScalarDiv<&FheUint<FheUint1024Id>, StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl FusedMulScalarDiv<FheUint<FheUint136Id>, StaticUnsignedBigInt<4>> for FheUint136

Source§

impl FusedMulScalarDiv<FheUint<FheUint136Id>, StaticUnsignedBigInt<4>> for &FheUint136

Source§

impl FusedMulScalarDiv<FheUint<FheUint144Id>, StaticUnsignedBigInt<4>> for FheUint144

Source§

impl FusedMulScalarDiv<FheUint<FheUint144Id>, StaticUnsignedBigInt<4>> for &FheUint144

Source§

impl FusedMulScalarDiv<FheUint<FheUint152Id>, StaticUnsignedBigInt<4>> for FheUint152

Source§

impl FusedMulScalarDiv<FheUint<FheUint152Id>, StaticUnsignedBigInt<4>> for &FheUint152

Source§

impl FusedMulScalarDiv<FheUint<FheUint160Id>, StaticUnsignedBigInt<4>> for FheUint160

Source§

impl FusedMulScalarDiv<FheUint<FheUint160Id>, StaticUnsignedBigInt<4>> for &FheUint160

Source§

impl FusedMulScalarDiv<FheUint<FheUint168Id>, StaticUnsignedBigInt<4>> for FheUint168

Source§

impl FusedMulScalarDiv<FheUint<FheUint168Id>, StaticUnsignedBigInt<4>> for &FheUint168

Source§

impl FusedMulScalarDiv<FheUint<FheUint176Id>, StaticUnsignedBigInt<4>> for FheUint176

Source§

impl FusedMulScalarDiv<FheUint<FheUint176Id>, StaticUnsignedBigInt<4>> for &FheUint176

Source§

impl FusedMulScalarDiv<FheUint<FheUint184Id>, StaticUnsignedBigInt<4>> for FheUint184

Source§

impl FusedMulScalarDiv<FheUint<FheUint184Id>, StaticUnsignedBigInt<4>> for &FheUint184

Source§

impl FusedMulScalarDiv<FheUint<FheUint192Id>, StaticUnsignedBigInt<4>> for FheUint192

Source§

impl FusedMulScalarDiv<FheUint<FheUint192Id>, StaticUnsignedBigInt<4>> for &FheUint192

Source§

impl FusedMulScalarDiv<FheUint<FheUint200Id>, StaticUnsignedBigInt<4>> for FheUint200

Source§

impl FusedMulScalarDiv<FheUint<FheUint200Id>, StaticUnsignedBigInt<4>> for &FheUint200

Source§

impl FusedMulScalarDiv<FheUint<FheUint208Id>, StaticUnsignedBigInt<4>> for FheUint208

Source§

impl FusedMulScalarDiv<FheUint<FheUint208Id>, StaticUnsignedBigInt<4>> for &FheUint208

Source§

impl FusedMulScalarDiv<FheUint<FheUint216Id>, StaticUnsignedBigInt<4>> for FheUint216

Source§

impl FusedMulScalarDiv<FheUint<FheUint216Id>, StaticUnsignedBigInt<4>> for &FheUint216

Source§

impl FusedMulScalarDiv<FheUint<FheUint224Id>, StaticUnsignedBigInt<4>> for FheUint224

Source§

impl FusedMulScalarDiv<FheUint<FheUint224Id>, StaticUnsignedBigInt<4>> for &FheUint224

Source§

impl FusedMulScalarDiv<FheUint<FheUint232Id>, StaticUnsignedBigInt<4>> for FheUint232

Source§

impl FusedMulScalarDiv<FheUint<FheUint232Id>, StaticUnsignedBigInt<4>> for &FheUint232

Source§

impl FusedMulScalarDiv<FheUint<FheUint240Id>, StaticUnsignedBigInt<4>> for FheUint240

Source§

impl FusedMulScalarDiv<FheUint<FheUint240Id>, StaticUnsignedBigInt<4>> for &FheUint240

Source§

impl FusedMulScalarDiv<FheUint<FheUint248Id>, StaticUnsignedBigInt<4>> for FheUint248

Source§

impl FusedMulScalarDiv<FheUint<FheUint248Id>, StaticUnsignedBigInt<4>> for &FheUint248

Source§

impl FusedMulScalarDiv<FheUint<FheUint256Id>, StaticUnsignedBigInt<4>> for FheUint256

Source§

impl FusedMulScalarDiv<FheUint<FheUint256Id>, StaticUnsignedBigInt<4>> for &FheUint256

Source§

impl FusedMulScalarDiv<FheUint<FheUint512Id>, StaticUnsignedBigInt<8>> for FheUint512

Source§

impl FusedMulScalarDiv<FheUint<FheUint512Id>, StaticUnsignedBigInt<8>> for &FheUint512

Source§

impl FusedMulScalarDiv<FheUint<FheUint1024Id>, StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl FusedMulScalarDiv<FheUint<FheUint1024Id>, StaticUnsignedBigInt<16>> for &FheUint1024

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U256, div_scalar: U256, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U512, div_scalar: U512, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U512, div_scalar: U512, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U1024, div_scalar: U1024, ) -> Self::Output

Source§

impl FusedScalarMulScalarDiv<StaticUnsignedBigInt<16>> for FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

Source§

fn fused_scalar_mul_scalar_div( self, mul_scalar: U1024, div_scalar: U1024, ) -> Self::Output

Source§

impl<const N: usize> MiniUnsignedInteger for StaticUnsignedBigInt<N>

Source§

fn ceil_ilog2(self) -> u32

Source§

fn ilog2(self) -> u32

Source§

fn is_power_of_two(self) -> bool

Source§

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

Source§

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

Source§

type Output = StaticUnsignedBigInt<N>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<16>> for FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<32>> for FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

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

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn mul_assign(&mut self, rhs: U256)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn mul_assign(&mut self, rhs: U512)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn mul_assign(&mut self, rhs: U1024)

Performs the *= operation. Read more
Source§

impl MulAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn mul_assign(&mut self, rhs: U2048)

Performs the *= operation. Read more
Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl MulSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

Source§

type Output = StaticUnsignedBigInt<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 StaticUnsignedBigInt<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 StaticUnsignedBigInt<N>

Source§

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

This method returns an Ordering between self and other. Read more
1.21.0 (const: unstable) · Source§

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

Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§

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

Compares and returns the minimum of two values. Read more
1.50.0 (const: unstable) · 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> OverflowingAdd<StaticUnsignedBigInt<N>> for StaticUnsignedBigInt<N>

Source§

type Output = StaticUnsignedBigInt<N>

Source§

fn overflowing_add(self, other: Self) -> (Self::Output, bool)

Source§

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

Source§

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

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

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

Inequality operator !=. Read more
Source§

impl<const N: usize> PartialOrd for StaticUnsignedBigInt<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 (const: unstable) · 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 (const: unstable) · 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 (const: unstable) · 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 (const: unstable) · 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> Pod for StaticUnsignedBigInt<N>

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

type Output = StaticUnsignedBigInt<N>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<16>> for FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<32>> for FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

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

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn rem_assign(&mut self, rhs: U256)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn rem_assign(&mut self, rhs: U512)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn rem_assign(&mut self, rhs: U1024)

Performs the %= operation. Read more
Source§

impl RemAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn rem_assign(&mut self, rhs: U2048)

Performs the %= operation. Read more
Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl RemSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt160

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt160

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt256

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt256

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt512

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt512

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt1024

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt1024

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt2048

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt2048

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt136

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt136

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt144

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt144

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt152

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt152

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt168

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt168

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt176

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt176

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt184

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt184

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt192

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt192

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt200

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt200

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt208

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt208

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt216

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt216

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt224

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt224

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt232

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt232

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt240

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt240

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheInt248

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheInt248

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint136

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint144

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint152

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint168

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint176

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint184

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint192

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint200

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint208

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint216

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint224

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint232

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint240

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint248

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint160

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint256

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint512

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint512

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint1024

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint1024

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for FheUint2048

Source§

impl RotateLeft<StaticUnsignedBigInt<4>> for &FheUint2048

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for FheInt512

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for &FheInt512

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for FheInt1024

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for &FheInt1024

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for FheInt2048

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for &FheInt2048

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for &FheUint512

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for FheUint1024

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for &FheUint1024

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for FheUint2048

Source§

impl RotateLeft<StaticUnsignedBigInt<8>> for &FheUint2048

Source§

impl RotateLeft<StaticUnsignedBigInt<16>> for FheInt1024

Source§

impl RotateLeft<StaticUnsignedBigInt<16>> for &FheInt1024

Source§

impl RotateLeft<StaticUnsignedBigInt<16>> for FheInt2048

Source§

impl RotateLeft<StaticUnsignedBigInt<16>> for &FheInt2048

Source§

impl RotateLeft<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl RotateLeft<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

impl RotateLeft<StaticUnsignedBigInt<16>> for FheUint2048

Source§

impl RotateLeft<StaticUnsignedBigInt<16>> for &FheUint2048

Source§

impl RotateLeft<StaticUnsignedBigInt<32>> for FheInt2048

Source§

impl RotateLeft<StaticUnsignedBigInt<32>> for &FheInt2048

Source§

impl RotateLeft<StaticUnsignedBigInt<32>> for FheUint2048

Source§

impl RotateLeft<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt160

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt256

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt512

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt1024

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt2048

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt136

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt144

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt152

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt168

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt176

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt184

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt192

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt200

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt208

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt216

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt224

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt232

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt240

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheInt248

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint512

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint1024

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<4>> for FheUint2048

Source§

fn rotate_left_assign(&mut self, rhs: U256)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<8>> for FheInt512

Source§

fn rotate_left_assign(&mut self, rhs: U512)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<8>> for FheInt1024

Source§

fn rotate_left_assign(&mut self, rhs: U512)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<8>> for FheInt2048

Source§

fn rotate_left_assign(&mut self, rhs: U512)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn rotate_left_assign(&mut self, rhs: U512)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<8>> for FheUint1024

Source§

fn rotate_left_assign(&mut self, rhs: U512)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<8>> for FheUint2048

Source§

fn rotate_left_assign(&mut self, rhs: U512)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<16>> for FheInt1024

Source§

fn rotate_left_assign(&mut self, rhs: U1024)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<16>> for FheInt2048

Source§

fn rotate_left_assign(&mut self, rhs: U1024)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn rotate_left_assign(&mut self, rhs: U1024)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<16>> for FheUint2048

Source§

fn rotate_left_assign(&mut self, rhs: U1024)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<32>> for FheInt2048

Source§

fn rotate_left_assign(&mut self, rhs: U2048)

Source§

impl RotateLeftAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn rotate_left_assign(&mut self, rhs: U2048)

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt160

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt256

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt512

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt1024

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt2048

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt136

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt144

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt152

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt168

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt176

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt184

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt192

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt200

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt208

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt216

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt224

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt240

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt248

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint512

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint1024

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint2048

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt512

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt1024

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt2048

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint1024

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint2048

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<16>> for FheInt1024

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<16>> for FheInt2048

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint2048

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<32>> for FheInt2048

Source§

impl RotateLeftSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt160

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt160

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt256

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt256

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt512

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt512

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt1024

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt1024

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt2048

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt2048

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt136

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt136

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt144

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt144

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt152

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt152

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt168

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt168

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt176

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt176

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt184

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt184

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt192

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt192

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt200

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt200

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt208

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt208

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt216

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt216

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt224

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt224

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt232

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt232

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt240

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt240

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheInt248

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheInt248

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint136

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint144

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint152

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint168

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint176

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint184

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint192

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint200

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint208

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint216

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint224

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint232

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint240

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint248

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint160

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint256

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint512

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint512

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint1024

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint1024

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for FheUint2048

Source§

impl RotateRight<StaticUnsignedBigInt<4>> for &FheUint2048

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for FheInt512

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for &FheInt512

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for FheInt1024

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for &FheInt1024

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for FheInt2048

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for &FheInt2048

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for &FheUint512

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for FheUint1024

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for &FheUint1024

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for FheUint2048

Source§

impl RotateRight<StaticUnsignedBigInt<8>> for &FheUint2048

Source§

impl RotateRight<StaticUnsignedBigInt<16>> for FheInt1024

Source§

impl RotateRight<StaticUnsignedBigInt<16>> for &FheInt1024

Source§

impl RotateRight<StaticUnsignedBigInt<16>> for FheInt2048

Source§

impl RotateRight<StaticUnsignedBigInt<16>> for &FheInt2048

Source§

impl RotateRight<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl RotateRight<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

impl RotateRight<StaticUnsignedBigInt<16>> for FheUint2048

Source§

impl RotateRight<StaticUnsignedBigInt<16>> for &FheUint2048

Source§

impl RotateRight<StaticUnsignedBigInt<32>> for FheInt2048

Source§

impl RotateRight<StaticUnsignedBigInt<32>> for &FheInt2048

Source§

impl RotateRight<StaticUnsignedBigInt<32>> for FheUint2048

Source§

impl RotateRight<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt160

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt256

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt512

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt1024

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt2048

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt136

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt144

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt152

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt168

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt176

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt184

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt192

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt200

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt208

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt216

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt224

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt232

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt240

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheInt248

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint512

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint1024

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<4>> for FheUint2048

Source§

fn rotate_right_assign(&mut self, rhs: U256)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<8>> for FheInt512

Source§

fn rotate_right_assign(&mut self, rhs: U512)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<8>> for FheInt1024

Source§

fn rotate_right_assign(&mut self, rhs: U512)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<8>> for FheInt2048

Source§

fn rotate_right_assign(&mut self, rhs: U512)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn rotate_right_assign(&mut self, rhs: U512)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<8>> for FheUint1024

Source§

fn rotate_right_assign(&mut self, rhs: U512)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<8>> for FheUint2048

Source§

fn rotate_right_assign(&mut self, rhs: U512)

Source§

impl RotateRightAssign<StaticUnsignedBigInt<16>> for FheInt1024

Source§

impl RotateRightAssign<StaticUnsignedBigInt<16>> for FheInt2048

Source§

impl RotateRightAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl RotateRightAssign<StaticUnsignedBigInt<16>> for FheUint2048

Source§

impl RotateRightAssign<StaticUnsignedBigInt<32>> for FheInt2048

Source§

impl RotateRightAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt160

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt256

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt512

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt1024

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt2048

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt136

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt144

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt152

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt168

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt176

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt184

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt192

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt200

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt208

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt216

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt224

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt240

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt248

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint512

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint1024

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint2048

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt512

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt1024

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt2048

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint1024

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint2048

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<16>> for FheInt1024

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<16>> for FheInt2048

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint2048

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<32>> for FheInt2048

Source§

impl RotateRightSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

Source§

impl Shl<StaticUnsignedBigInt<4>> for FheInt160

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt160Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt160

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt160Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt256

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt256Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt256

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt256Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt512Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt512Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt136

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt136Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt136

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt136Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt144

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt144Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt144

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt144Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt152

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt152Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt152

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt152Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt168

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt168Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt168

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt168Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt176

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt176Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt176

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt176Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt184

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt184Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt184

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt184Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt192

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt192Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt192

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt192Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt200

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt200Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt200

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt200Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt208

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt208Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt208

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt208Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt216

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt216Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt216

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt216Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt224

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt224Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt224

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt224Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt232

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt232Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt232

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt232Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt240

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt240Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt240

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt240Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheInt248

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt248Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheInt248

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt248Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint136

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint136Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint136

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint136Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint144

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint144Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint144

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint144Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint152

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint152Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint152

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint152Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint168

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint168Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint168

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint168Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint176

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint176Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint176

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint176Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint184

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint184Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint184

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint184Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint192

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint192Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint192

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint192Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint200

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint200Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint200

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint200Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint208

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint208Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint208

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint208Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint216

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint216Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint216

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint216Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint224

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint224Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint224

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint224Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint232

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint232Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint232

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint232Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint240

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint240Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint240

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint240Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint248

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint248Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint248

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint248Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint160

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint160Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint160

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint160Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint256

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint256Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint256

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint256Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint512Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint512Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shl<StaticUnsignedBigInt<4>> for FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shl<StaticUnsignedBigInt<4>> for &FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shl<StaticUnsignedBigInt<8>> for FheInt512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt512Id>

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

impl Shl<StaticUnsignedBigInt<8>> for &FheInt512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt512Id>

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

impl Shl<StaticUnsignedBigInt<8>> for FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shl<StaticUnsignedBigInt<8>> for &FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shl<StaticUnsignedBigInt<8>> for FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shl<StaticUnsignedBigInt<8>> for &FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shl<StaticUnsignedBigInt<8>> for FheUint512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint512Id>

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

impl Shl<StaticUnsignedBigInt<8>> for &FheUint512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint512Id>

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

impl Shl<StaticUnsignedBigInt<8>> for FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shl<StaticUnsignedBigInt<8>> for &FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shl<StaticUnsignedBigInt<8>> for FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shl<StaticUnsignedBigInt<8>> for &FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shl<StaticUnsignedBigInt<16>> for FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shl<StaticUnsignedBigInt<16>> for &FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shl<StaticUnsignedBigInt<16>> for FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shl<StaticUnsignedBigInt<16>> for &FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shl<StaticUnsignedBigInt<16>> for FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shl<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shl<StaticUnsignedBigInt<16>> for FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shl<StaticUnsignedBigInt<16>> for &FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shl<StaticUnsignedBigInt<32>> for FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shl<StaticUnsignedBigInt<32>> for &FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shl<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shl<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

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

Source§

type Output = StaticUnsignedBigInt<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 StaticUnsignedBigInt<N>

Source§

type Output = StaticUnsignedBigInt<N>

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

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

Performs the << operation. Read more
Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt160

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt256

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt512

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt1024

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt2048

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt136

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt144

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt152

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt168

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt176

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt184

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt192

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt200

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt208

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt216

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt224

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt232

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt240

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheInt248

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint512

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint1024

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<4>> for FheUint2048

Source§

fn shl_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<8>> for FheInt512

Source§

fn shl_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<8>> for FheInt1024

Source§

fn shl_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<8>> for FheInt2048

Source§

fn shl_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn shl_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<8>> for FheUint1024

Source§

fn shl_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<8>> for FheUint2048

Source§

fn shl_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<16>> for FheInt1024

Source§

fn shl_assign(&mut self, rhs: U1024)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<16>> for FheInt2048

Source§

fn shl_assign(&mut self, rhs: U1024)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn shl_assign(&mut self, rhs: U1024)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<16>> for FheUint2048

Source§

fn shl_assign(&mut self, rhs: U1024)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<32>> for FheInt2048

Source§

fn shl_assign(&mut self, rhs: U2048)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShlAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn shl_assign(&mut self, rhs: U2048)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

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

Source§

fn shl_assign(&mut self, shift: u32)

Performs the <<= operation. Read more
Source§

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

Source§

fn shl_assign(&mut self, shift: usize)

Performs the <<= operation. Read more
Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt160

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt256

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt512

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt1024

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt2048

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt136

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt144

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt152

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt168

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt176

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt184

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt192

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt200

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt208

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt216

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt224

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt240

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt248

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint512

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint1024

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint2048

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt512

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt1024

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt2048

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint1024

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint2048

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<16>> for FheInt1024

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<16>> for FheInt2048

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint2048

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<32>> for FheInt2048

Source§

impl ShlSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

impl Shr<StaticUnsignedBigInt<4>> for FheInt160

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt160Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt160

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt160Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt256

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt256Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt256

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt256Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt512Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt512Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt136

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt136Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt136

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt136Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt144

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt144Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt144

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt144Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt152

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt152Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt152

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt152Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt168

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt168Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt168

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt168Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt176

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt176Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt176

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt176Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt184

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt184Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt184

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt184Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt192

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt192Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt192

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt192Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt200

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt200Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt200

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt200Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt208

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt208Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt208

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt208Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt216

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt216Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt216

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt216Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt224

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt224Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt224

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt224Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt232

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt232Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt232

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt232Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt240

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt240Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt240

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt240Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheInt248

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt248Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheInt248

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt248Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint136

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint136Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint136

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint136Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint144

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint144Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint144

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint144Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint152

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint152Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint152

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint152Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint168

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint168Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint168

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint168Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint176

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint176Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint176

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint176Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint184

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint184Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint184

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint184Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint192

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint192Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint192

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint192Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint200

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint200Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint200

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint200Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint208

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint208Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint208

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint208Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint216

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint216Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint216

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint216Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint224

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint224Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint224

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint224Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint232

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint232Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint232

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint232Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint240

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint240Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint240

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint240Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint248

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint248Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint248

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint248Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint160

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint160Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint160

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint160Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint256

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint256Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint256

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint256Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint512Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint512Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shr<StaticUnsignedBigInt<4>> for FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shr<StaticUnsignedBigInt<4>> for &FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shr<StaticUnsignedBigInt<8>> for FheInt512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt512Id>

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

impl Shr<StaticUnsignedBigInt<8>> for &FheInt512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt512Id>

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

impl Shr<StaticUnsignedBigInt<8>> for FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shr<StaticUnsignedBigInt<8>> for &FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shr<StaticUnsignedBigInt<8>> for FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shr<StaticUnsignedBigInt<8>> for &FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shr<StaticUnsignedBigInt<8>> for FheUint512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint512Id>

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

impl Shr<StaticUnsignedBigInt<8>> for &FheUint512

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint512Id>

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

impl Shr<StaticUnsignedBigInt<8>> for FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shr<StaticUnsignedBigInt<8>> for &FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shr<StaticUnsignedBigInt<8>> for FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shr<StaticUnsignedBigInt<8>> for &FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shr<StaticUnsignedBigInt<16>> for FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shr<StaticUnsignedBigInt<16>> for &FheInt1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt1024Id>

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

impl Shr<StaticUnsignedBigInt<16>> for FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shr<StaticUnsignedBigInt<16>> for &FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shr<StaticUnsignedBigInt<16>> for FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shr<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint1024Id>

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

impl Shr<StaticUnsignedBigInt<16>> for FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shr<StaticUnsignedBigInt<16>> for &FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shr<StaticUnsignedBigInt<32>> for FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shr<StaticUnsignedBigInt<32>> for &FheInt2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

type Output = FheInt<FheInt2048Id>

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

impl Shr<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

impl Shr<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

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

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

type Output = FheUint<FheUint2048Id>

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

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

Source§

type Output = StaticUnsignedBigInt<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 StaticUnsignedBigInt<N>

Source§

type Output = StaticUnsignedBigInt<N>

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

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

Performs the >> operation. Read more
Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt160

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt256

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt512

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt1024

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt2048

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt136

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt144

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt152

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt168

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt176

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt184

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt192

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt200

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt208

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt216

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt224

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt232

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt240

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheInt248

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint512

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint1024

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<4>> for FheUint2048

Source§

fn shr_assign(&mut self, rhs: U256)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<8>> for FheInt512

Source§

fn shr_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<8>> for FheInt1024

Source§

fn shr_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<8>> for FheInt2048

Source§

fn shr_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn shr_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<8>> for FheUint1024

Source§

fn shr_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<8>> for FheUint2048

Source§

fn shr_assign(&mut self, rhs: U512)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<16>> for FheInt1024

Source§

fn shr_assign(&mut self, rhs: U1024)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<16>> for FheInt2048

Source§

fn shr_assign(&mut self, rhs: U1024)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn shr_assign(&mut self, rhs: U1024)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<16>> for FheUint2048

Source§

fn shr_assign(&mut self, rhs: U1024)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

impl ShrAssign<StaticUnsignedBigInt<32>> for FheInt2048

Source§

fn shr_assign(&mut self, rhs: U2048)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0 for non-negative inputs, and -1 for negative inputs (sign-extension).

Source§

impl ShrAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn shr_assign(&mut self, rhs: U2048)

§Overshift

If the shift amount is greater than or equal to the number of bits of the type, the result is 0.

Source§

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

Source§

fn shr_assign(&mut self, shift: u32)

Performs the >>= operation. Read more
Source§

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

Source§

fn shr_assign(&mut self, shift: usize)

Performs the >>= operation. Read more
Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt160

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt256

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt512

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt1024

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt2048

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt136

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt144

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt152

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt168

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt176

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt184

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt192

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt200

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt208

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt216

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt224

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt232

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt240

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheInt248

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint512

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint1024

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint2048

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt512

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt1024

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<8>> for FheInt2048

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint1024

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint2048

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<16>> for FheInt1024

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<16>> for FheInt2048

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint2048

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<32>> for FheInt2048

Source§

impl ShrSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

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

Source§

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

Source§

type Output = StaticUnsignedBigInt<N>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint160

Source§

type Output = FheUint<FheUint160Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint256

Source§

type Output = FheUint<FheUint256Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint136

Source§

type Output = FheUint<FheUint136Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint144

Source§

type Output = FheUint<FheUint144Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint152

Source§

type Output = FheUint<FheUint152Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint168

Source§

type Output = FheUint<FheUint168Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint176

Source§

type Output = FheUint<FheUint176Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint184

Source§

type Output = FheUint<FheUint184Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint192

Source§

type Output = FheUint<FheUint192Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint200

Source§

type Output = FheUint<FheUint200Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint208

Source§

type Output = FheUint<FheUint208Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint216

Source§

type Output = FheUint<FheUint216Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint224

Source§

type Output = FheUint<FheUint224Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint232

Source§

type Output = FheUint<FheUint232Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint240

Source§

type Output = FheUint<FheUint240Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<4>> for &FheUint248

Source§

type Output = FheUint<FheUint248Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<8>> for FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<8>> for &FheUint512

Source§

type Output = FheUint<FheUint512Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<16>> for FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<16>> for &FheUint1024

Source§

type Output = FheUint<FheUint1024Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<32>> for FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<StaticUnsignedBigInt<32>> for &FheUint2048

Source§

type Output = FheUint<FheUint2048Id>

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl<const N: usize> SubAssign for StaticUnsignedBigInt<N>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint160

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint256

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint136

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint144

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint152

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint168

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint176

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint184

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint192

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint200

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint208

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint216

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint224

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint232

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint240

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<4>> for FheUint248

Source§

fn sub_assign(&mut self, rhs: U256)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<8>> for FheUint512

Source§

fn sub_assign(&mut self, rhs: U512)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<16>> for FheUint1024

Source§

fn sub_assign(&mut self, rhs: U1024)

Performs the -= operation. Read more
Source§

impl SubAssign<StaticUnsignedBigInt<32>> for FheUint2048

Source§

fn sub_assign(&mut self, rhs: U2048)

Performs the -= operation. Read more
Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint160

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint256

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint136

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint144

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint152

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint168

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint176

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint184

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint192

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint200

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint208

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint216

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint224

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint232

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint240

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<4>> for FheUint248

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<8>> for FheUint512

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<16>> for FheUint1024

Source§

impl SubSizeOnGpu<StaticUnsignedBigInt<32>> for FheUint2048

Source§

impl<const N: usize> TryFrom<StaticUnsignedBigInt<N>> for u128

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_from(value: StaticUnsignedBigInt<N>) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<const N: usize> UnsignedNumeric for StaticUnsignedBigInt<N>

Source§

type NumericSignedType = StaticSignedBigInt<N>

The signed type of the same precision Read more
Source§

impl<const N: usize> Zeroable for StaticUnsignedBigInt<N>

Source§

fn zeroed() -> Self

Auto Trait Implementations§

§

impl<const N: usize> Freeze for StaticUnsignedBigInt<N>

§

impl<const N: usize> RefUnwindSafe for StaticUnsignedBigInt<N>

§

impl<const N: usize> Send for StaticUnsignedBigInt<N>

§

impl<const N: usize> Sync for StaticUnsignedBigInt<N>

§

impl<const N: usize> Unpin for StaticUnsignedBigInt<N>

§

impl<const N: usize> UnsafeUnpin for StaticUnsignedBigInt<N>

§

impl<const N: usize> UnwindSafe for StaticUnsignedBigInt<N>

Blanket Implementations§

Source§

impl<T> Annotation for T
where T: PartialEq + Eq + Debug + Clone + 'static,

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> AnyBitPattern for T
where T: Pod,

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

Checks if this value is equivalent to the given key. Read more
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> HlCompactable for T
where T: Numeric + DecomposableInto<u64, Output = T> + Shl<usize>,

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> Interleave for T
where T: Pod,

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<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<Id, Clear> OverflowingAdd<&FheUint<Id>> for Clear

Source§

fn overflowing_add( self, other: &FheUint<Id>, ) -> (<Clear as OverflowingAdd<&FheUint<Id>>>::Output, FheBool)

Adds a Clear with a FheUint 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, FheUint16};

let (client_key, server_key) = generate_keys(ConfigBuilder::default());
set_server_key(server_key);

let a = FheUint16::encrypt(u16::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(1u16, &a);
let result: u16 = result.decrypt(&client_key);
assert_eq!(result, u16::MAX.wrapping_add(1u16));
assert_eq!(
    overflowed.decrypt(&client_key),
    u16::MAX.overflowing_add(1u16).1
);
assert!(overflowed.decrypt(&client_key));
Source§

type Output = FheUint<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<A> SafeAs for A

Source§

fn sas<T>(self) -> T
where A: TryInto<T>,

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