pub struct MdsMatrixMontyField31<MU: MDSUtils> { /* private fields */ }
Trait Implementations§
Source§impl<MU: Clone + MDSUtils> Clone for MdsMatrixMontyField31<MU>
impl<MU: Clone + MDSUtils> Clone for MdsMatrixMontyField31<MU>
Source§fn clone(&self) -> MdsMatrixMontyField31<MU>
fn clone(&self) -> MdsMatrixMontyField31<MU>
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<MU: Default + MDSUtils> Default for MdsMatrixMontyField31<MU>
impl<MU: Default + MDSUtils> Default for MdsMatrixMontyField31<MU>
Source§fn default() -> MdsMatrixMontyField31<MU>
fn default() -> MdsMatrixMontyField31<MU>
Returns the “default value” for a type. Read more
Source§impl<FP: MontyParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 12]> for MdsMatrixMontyField31<MU>
impl<FP: MontyParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 12]> for MdsMatrixMontyField31<MU>
fn permute(&self, input: [MontyField31<FP>; 12]) -> [MontyField31<FP>; 12]
fn permute_mut(&self, input: &mut [MontyField31<FP>; 12])
Source§impl<FP: MontyParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 16]> for MdsMatrixMontyField31<MU>
impl<FP: MontyParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 16]> for MdsMatrixMontyField31<MU>
fn permute(&self, input: [MontyField31<FP>; 16]) -> [MontyField31<FP>; 16]
fn permute_mut(&self, input: &mut [MontyField31<FP>; 16])
Source§impl<FP, MU: MDSUtils> Permutation<[MontyField31<FP>; 24]> for MdsMatrixMontyField31<MU>where
FP: BarrettParameters,
impl<FP, MU: MDSUtils> Permutation<[MontyField31<FP>; 24]> for MdsMatrixMontyField31<MU>where
FP: BarrettParameters,
fn permute(&self, input: [MontyField31<FP>; 24]) -> [MontyField31<FP>; 24]
fn permute_mut(&self, input: &mut [MontyField31<FP>; 24])
Source§impl<FP: BarrettParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 32]> for MdsMatrixMontyField31<MU>
impl<FP: BarrettParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 32]> for MdsMatrixMontyField31<MU>
fn permute(&self, input: [MontyField31<FP>; 32]) -> [MontyField31<FP>; 32]
fn permute_mut(&self, input: &mut [MontyField31<FP>; 32])
Source§impl<FP: BarrettParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 64]> for MdsMatrixMontyField31<MU>
impl<FP: BarrettParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 64]> for MdsMatrixMontyField31<MU>
fn permute(&self, input: [MontyField31<FP>; 64]) -> [MontyField31<FP>; 64]
fn permute_mut(&self, input: &mut [MontyField31<FP>; 64])
Source§impl<FP: MontyParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 8]> for MdsMatrixMontyField31<MU>
impl<FP: MontyParameters, MU: MDSUtils> Permutation<[MontyField31<FP>; 8]> for MdsMatrixMontyField31<MU>
fn permute(&self, input: [MontyField31<FP>; 8]) -> [MontyField31<FP>; 8]
fn permute_mut(&self, input: &mut [MontyField31<FP>; 8])
impl<FP: MontyParameters, MU: MDSUtils> MdsPermutation<MontyField31<FP>, 12> for MdsMatrixMontyField31<MU>
impl<FP: MontyParameters, MU: MDSUtils> MdsPermutation<MontyField31<FP>, 16> for MdsMatrixMontyField31<MU>
impl<FP: BarrettParameters, MU: MDSUtils> MdsPermutation<MontyField31<FP>, 24> for MdsMatrixMontyField31<MU>
impl<FP: BarrettParameters, MU: MDSUtils> MdsPermutation<MontyField31<FP>, 32> for MdsMatrixMontyField31<MU>
impl<FP: BarrettParameters, MU: MDSUtils> MdsPermutation<MontyField31<FP>, 64> for MdsMatrixMontyField31<MU>
impl<FP: MontyParameters, MU: MDSUtils> MdsPermutation<MontyField31<FP>, 8> for MdsMatrixMontyField31<MU>
Auto Trait Implementations§
impl<MU> Freeze for MdsMatrixMontyField31<MU>
impl<MU> RefUnwindSafe for MdsMatrixMontyField31<MU>where
MU: RefUnwindSafe,
impl<MU> Send for MdsMatrixMontyField31<MU>where
MU: Send,
impl<MU> Sync for MdsMatrixMontyField31<MU>
impl<MU> Unpin for MdsMatrixMontyField31<MU>where
MU: Unpin,
impl<MU> UnwindSafe for MdsMatrixMontyField31<MU>where
MU: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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