struct Backend<R: Rounds, V: Variant> {
v: [__m128i; 4],
_pd: PhantomData<(R, V)>,
}Fields§
§v: [__m128i; 4]§_pd: PhantomData<(R, V)>Implementations§
Trait Implementations§
Source§impl<R: Rounds, V: Variant> BlockSizeUser for Backend<R, V>
Available on crate feature cipher only.
impl<R: Rounds, V: Variant> BlockSizeUser for Backend<R, V>
Available on crate feature
cipher only.Source§impl<R: Rounds, V: Variant> ParBlocksSizeUser for Backend<R, V>
Available on crate feature cipher only.
impl<R: Rounds, V: Variant> ParBlocksSizeUser for Backend<R, V>
Available on crate feature
cipher only.Source§impl<R: Rounds, V: Variant> StreamCipherBackend for Backend<R, V>
Available on crate feature cipher only.
impl<R: Rounds, V: Variant> StreamCipherBackend for Backend<R, V>
Available on crate feature
cipher only.Source§fn gen_par_ks_blocks(&mut self, blocks: &mut ParBlocks<Self>)
fn gen_par_ks_blocks(&mut self, blocks: &mut ParBlocks<Self>)
Generate keystream blocks in parallel.
Auto Trait Implementations§
impl<R, V> Freeze for Backend<R, V>
impl<R, V> RefUnwindSafe for Backend<R, V>where
R: RefUnwindSafe,
V: RefUnwindSafe,
impl<R, V> Send for Backend<R, V>
impl<R, V> Sync for Backend<R, V>
impl<R, V> Unpin for Backend<R, V>
impl<R, V> UnsafeUnpin for Backend<R, V>
impl<R, V> UnwindSafe for Backend<R, V>where
R: UnwindSafe,
V: 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