pub struct ByteSliced2x128x1b { /* private fields */ }
Implementations§
Source§impl ByteSliced2x128x1b
impl ByteSliced2x128x1b
pub const BYTES: usize = 256usize
Sourcepub unsafe fn get_byte_unchecked(&self, byte_index: usize) -> u8
pub unsafe fn get_byte_unchecked(&self, byte_index: usize) -> u8
Sourcepub fn transpose_to(
&self,
out: &mut [PackedType<<PackedBinaryField128x1b as WithUnderlier>::Underlier, BinaryField1b>; 2],
)
pub fn transpose_to( &self, out: &mut [PackedType<<PackedBinaryField128x1b as WithUnderlier>::Underlier, BinaryField1b>; 2], )
Convert the byte-sliced field to an array of “ordinary” packed fields preserving the order of scalars.
Sourcepub fn transpose_from(
underliers: &[PackedType<<PackedBinaryField128x1b as WithUnderlier>::Underlier, BinaryField1b>; 2],
) -> Self
pub fn transpose_from( underliers: &[PackedType<<PackedBinaryField128x1b as WithUnderlier>::Underlier, BinaryField1b>; 2], ) -> Self
Convert an array of “ordinary” packed fields to a byte-sliced field preserving the order of scalars.
Trait Implementations§
Source§impl Add<BinaryField1b> for ByteSliced2x128x1b
impl Add<BinaryField1b> for ByteSliced2x128x1b
Source§type Output = ByteSliced2x128x1b
type Output = ByteSliced2x128x1b
The resulting type after applying the
+
operator.Source§fn add(self, rhs: BinaryField1b) -> ByteSliced2x128x1b
fn add(self, rhs: BinaryField1b) -> ByteSliced2x128x1b
Performs the
+
operation. Read moreSource§impl Add for ByteSliced2x128x1b
impl Add for ByteSliced2x128x1b
Source§impl AddAssign<BinaryField1b> for ByteSliced2x128x1b
impl AddAssign<BinaryField1b> for ByteSliced2x128x1b
Source§fn add_assign(&mut self, rhs: BinaryField1b)
fn add_assign(&mut self, rhs: BinaryField1b)
Performs the
+=
operation. Read moreSource§impl AddAssign for ByteSliced2x128x1b
impl AddAssign for ByteSliced2x128x1b
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl Clone for ByteSliced2x128x1b
impl Clone for ByteSliced2x128x1b
Source§fn clone(&self) -> ByteSliced2x128x1b
fn clone(&self) -> ByteSliced2x128x1b
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ByteSliced2x128x1b
impl Debug for ByteSliced2x128x1b
Source§impl Default for ByteSliced2x128x1b
impl Default for ByteSliced2x128x1b
Source§impl Mul<BinaryField1b> for ByteSliced2x128x1b
impl Mul<BinaryField1b> for ByteSliced2x128x1b
Source§type Output = ByteSliced2x128x1b
type Output = ByteSliced2x128x1b
The resulting type after applying the
*
operator.Source§fn mul(self, rhs: BinaryField1b) -> ByteSliced2x128x1b
fn mul(self, rhs: BinaryField1b) -> ByteSliced2x128x1b
Performs the
*
operation. Read moreSource§impl Mul for ByteSliced2x128x1b
impl Mul for ByteSliced2x128x1b
Source§impl MulAssign<BinaryField1b> for ByteSliced2x128x1b
impl MulAssign<BinaryField1b> for ByteSliced2x128x1b
Source§fn mul_assign(&mut self, rhs: BinaryField1b)
fn mul_assign(&mut self, rhs: BinaryField1b)
Performs the
*=
operation. Read moreSource§impl MulAssign for ByteSliced2x128x1b
impl MulAssign for ByteSliced2x128x1b
Source§fn mul_assign(&mut self, rhs: Self)
fn mul_assign(&mut self, rhs: Self)
Performs the
*=
operation. Read moreSource§impl PackedExtension<BinaryField1b> for ByteSliced2x128x1b
impl PackedExtension<BinaryField1b> for ByteSliced2x128x1b
type PackedSubfield = ByteSliced2x128x1b
fn cast_bases(packed: &[Self]) -> &[Self::PackedSubfield]
fn cast_bases_mut(packed: &mut [Self]) -> &mut [Self::PackedSubfield]
fn cast_exts(packed: &[Self::PackedSubfield]) -> &[Self]
fn cast_exts_mut(packed: &mut [Self::PackedSubfield]) -> &mut [Self]
fn cast_base(self) -> Self::PackedSubfield
fn cast_base_ref(&self) -> &Self::PackedSubfield
fn cast_base_mut(&mut self) -> &mut Self::PackedSubfield
fn cast_ext(base: Self::PackedSubfield) -> Self
fn cast_ext_ref(base: &Self::PackedSubfield) -> &Self
fn cast_ext_mut(base: &mut Self::PackedSubfield) -> &mut Self
fn cast_base_arr<const N: usize>(packed: [Self; N]) -> [Self::PackedSubfield; N]
fn cast_base_arr_ref<const N: usize>( packed: &[Self; N], ) -> &[Self::PackedSubfield; N]
fn cast_base_arr_mut<const N: usize>( packed: &mut [Self; N], ) -> &mut [Self::PackedSubfield; N]
fn cast_ext_arr<const N: usize>(packed: [Self::PackedSubfield; N]) -> [Self; N]
fn cast_ext_arr_ref<const N: usize>( packed: &[Self::PackedSubfield; N], ) -> &[Self; N]
fn cast_ext_arr_mut<const N: usize>( packed: &mut [Self::PackedSubfield; N], ) -> &mut [Self; N]
Source§impl PackedField for ByteSliced2x128x1b
impl PackedField for ByteSliced2x128x1b
Source§const LOG_WIDTH: usize = 8usize
const LOG_WIDTH: usize = 8usize
Base-2 logarithm of the number of field elements packed into one packed element.
type Scalar = BinaryField1b
Source§unsafe fn get_unchecked(&self, i: usize) -> Self::Scalar
unsafe fn get_unchecked(&self, i: usize) -> Self::Scalar
Get the scalar at a given index without bounds checking. Read more
Source§unsafe fn set_unchecked(&mut self, i: usize, scalar: Self::Scalar)
unsafe fn set_unchecked(&mut self, i: usize, scalar: Self::Scalar)
Set the scalar at a given index without bounds checking. Read more
fn random(rng: impl RngCore) -> Self
fn broadcast(scalar: Self::Scalar) -> Self
Source§fn from_fn(f: impl FnMut(usize) -> Self::Scalar) -> Self
fn from_fn(f: impl FnMut(usize) -> Self::Scalar) -> Self
Construct a packed field element from a function that returns scalar values by index.
Source§fn invert_or_zero(self) -> Self
fn invert_or_zero(self) -> Self
Returns the packed inverse values or zeroes at indices where
self
is zero.Source§fn interleave(self, other: Self, log_block_len: usize) -> (Self, Self)
fn interleave(self, other: Self, log_block_len: usize) -> (Self, Self)
Interleaves blocks of this packed vector with another packed vector. Read more
Source§fn unzip(self, other: Self, log_block_len: usize) -> (Self, Self)
fn unzip(self, other: Self, log_block_len: usize) -> (Self, Self)
Unzips interleaved blocks of this packed vector with another packed vector. Read more
Source§fn get_checked(&self, i: usize) -> Result<Self::Scalar, Error>
fn get_checked(&self, i: usize) -> Result<Self::Scalar, Error>
Get the scalar at a given index.
Source§fn set_checked(&mut self, i: usize, scalar: Self::Scalar) -> Result<(), Error>
fn set_checked(&mut self, i: usize, scalar: Self::Scalar) -> Result<(), Error>
Set the scalar at a given index.
fn into_iter(self) -> impl Iterator<Item = Self::Scalar> + Send + Clone
fn iter(&self) -> impl Iterator<Item = Self::Scalar> + Send + Clone + '_
fn iter_slice( slice: &[Self], ) -> impl Iterator<Item = Self::Scalar> + Send + Clone + '_
fn zero() -> Self
fn one() -> Self
Source§fn set_single(scalar: Self::Scalar) -> Self
fn set_single(scalar: Self::Scalar) -> Self
Initialize zero position with
scalar
, set other elements to zero.Source§fn try_from_fn<E>(
f: impl FnMut(usize) -> Result<Self::Scalar, E>,
) -> Result<Self, E>
fn try_from_fn<E>( f: impl FnMut(usize) -> Result<Self::Scalar, E>, ) -> Result<Self, E>
Creates a packed field from a fallible function applied to each index.
Source§fn from_scalars(values: impl IntoIterator<Item = Self::Scalar>) -> Self
fn from_scalars(values: impl IntoIterator<Item = Self::Scalar>) -> Self
Construct a packed field element from a sequence of scalars. Read more
Source§fn spread(self, log_block_len: usize, block_idx: usize) -> Self
fn spread(self, log_block_len: usize, block_idx: usize) -> Self
Spread takes a block of elements within a packed field and repeats them to the full packing
width. Read more
Source§unsafe fn spread_unchecked(self, log_block_len: usize, block_idx: usize) -> Self
unsafe fn spread_unchecked(self, log_block_len: usize, block_idx: usize) -> Self
Unsafe version of
Self::spread
. Read moreSource§impl PackedTransformationFactory<ByteSliced2x128x1b> for ByteSliced2x128x1b
impl PackedTransformationFactory<ByteSliced2x128x1b> for ByteSliced2x128x1b
type PackedTransformation<Data: AsRef<[<ByteSliced2x128x1b as PackedField>::Scalar]> + Sync> = IDTransformation
fn make_packed_transformation<Data: AsRef<[<ByteSliced2x128x1b as PackedField>::Scalar]> + Sync>( _transformation: FieldLinearTransformation<<ByteSliced2x128x1b as PackedField>::Scalar, Data>, ) -> Self::PackedTransformation<Data>
Source§impl PartialEq for ByteSliced2x128x1b
impl PartialEq for ByteSliced2x128x1b
Source§impl Product for ByteSliced2x128x1b
impl Product for ByteSliced2x128x1b
Source§impl Sub<BinaryField1b> for ByteSliced2x128x1b
impl Sub<BinaryField1b> for ByteSliced2x128x1b
Source§type Output = ByteSliced2x128x1b
type Output = ByteSliced2x128x1b
The resulting type after applying the
-
operator.Source§fn sub(self, rhs: BinaryField1b) -> ByteSliced2x128x1b
fn sub(self, rhs: BinaryField1b) -> ByteSliced2x128x1b
Performs the
-
operation. Read moreSource§impl Sub for ByteSliced2x128x1b
impl Sub for ByteSliced2x128x1b
Source§impl SubAssign<BinaryField1b> for ByteSliced2x128x1b
impl SubAssign<BinaryField1b> for ByteSliced2x128x1b
Source§fn sub_assign(&mut self, rhs: BinaryField1b)
fn sub_assign(&mut self, rhs: BinaryField1b)
Performs the
-=
operation. Read moreSource§impl SubAssign for ByteSliced2x128x1b
impl SubAssign for ByteSliced2x128x1b
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-=
operation. Read moreSource§impl Sum for ByteSliced2x128x1b
impl Sum for ByteSliced2x128x1b
impl Copy for ByteSliced2x128x1b
impl Eq for ByteSliced2x128x1b
impl Pod for ByteSliced2x128x1b
impl StructuralPartialEq for ByteSliced2x128x1b
Auto Trait Implementations§
impl Freeze for ByteSliced2x128x1b
impl RefUnwindSafe for ByteSliced2x128x1b
impl Send for ByteSliced2x128x1b
impl Sync for ByteSliced2x128x1b
impl Unpin for ByteSliced2x128x1b
impl UnwindSafe for ByteSliced2x128x1b
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
§type Bits = T
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
.§fn is_valid_bit_pattern(_bits: &T) -> bool
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 Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
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 moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
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