Struct lambdaworks_crypto::hash::monolith::MonolithMersenne31
source · pub struct MonolithMersenne31<const WIDTH: usize, const NUM_FULL_ROUNDS: usize> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const WIDTH: usize, const NUM_FULL_ROUNDS: usize> Freeze for MonolithMersenne31<WIDTH, NUM_FULL_ROUNDS>
impl<const WIDTH: usize, const NUM_FULL_ROUNDS: usize> RefUnwindSafe for MonolithMersenne31<WIDTH, NUM_FULL_ROUNDS>
impl<const WIDTH: usize, const NUM_FULL_ROUNDS: usize> Send for MonolithMersenne31<WIDTH, NUM_FULL_ROUNDS>
impl<const WIDTH: usize, const NUM_FULL_ROUNDS: usize> Sync for MonolithMersenne31<WIDTH, NUM_FULL_ROUNDS>
impl<const WIDTH: usize, const NUM_FULL_ROUNDS: usize> Unpin for MonolithMersenne31<WIDTH, NUM_FULL_ROUNDS>
impl<const WIDTH: usize, const NUM_FULL_ROUNDS: usize> UnwindSafe for MonolithMersenne31<WIDTH, NUM_FULL_ROUNDS>
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