pub struct TypedCbc<C: BlockCipher + CipherAlgorithm + Zeroize + ZeroizeOnDrop> { /* private fields */ }
Expand description
Enhanced CBC mode implementation with type parameters
Trait Implementations§
Source§impl<C: BlockCipher + CipherAlgorithm + Zeroize + ZeroizeOnDrop> BlockCipherMode<C> for TypedCbc<C>
impl<C: BlockCipher + CipherAlgorithm + Zeroize + ZeroizeOnDrop> BlockCipherMode<C> for TypedCbc<C>
Auto Trait Implementations§
impl<C> Freeze for TypedCbc<C>where
C: Freeze,
impl<C> RefUnwindSafe for TypedCbc<C>where
C: RefUnwindSafe,
impl<C> Send for TypedCbc<C>where
C: Send,
impl<C> Sync for TypedCbc<C>where
C: Sync,
impl<C> Unpin for TypedCbc<C>where
C: Unpin,
impl<C> UnwindSafe for TypedCbc<C>where
C: 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