struct BlocksCtx<'inp, 'out, BS: ArrayLength<u8>> {
blocks: InOutBuf<'inp, 'out, Block<Self>>,
}
Expand description
Closure used in methods which operate over slice of blocks.
Fields§
§blocks: InOutBuf<'inp, 'out, Block<Self>>
Trait Implementations§
source§impl<'inp, 'out, BS: ArrayLength<u8>> BlockClosure for BlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS: ArrayLength<u8>> BlockClosure for BlocksCtx<'inp, 'out, BS>
source§fn call<B: BlockBackend<BlockSize = BS>>(self, backend: &mut B)
fn call<B: BlockBackend<BlockSize = BS>>(self, backend: &mut B)
Execute closure with the provided block cipher backend.
source§impl<'inp, 'out, BS: ArrayLength<u8>> BlockSizeUser for BlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS: ArrayLength<u8>> BlockSizeUser for BlocksCtx<'inp, 'out, BS>
Auto Trait Implementations§
impl<'inp, 'out, BS> Freeze for BlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> RefUnwindSafe for BlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> !Send for BlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> !Sync for BlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> Unpin for BlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> !UnwindSafe for BlocksCtx<'inp, 'out, BS>
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