pub struct Aes192 { /* private fields */ }Expand description
AES-192 cipher: 192-bit key, 12 rounds.
Implementations§
Trait Implementations§
Source§impl BlockCipher for Aes192
impl BlockCipher for Aes192
Auto Trait Implementations§
impl Freeze for Aes192
impl RefUnwindSafe for Aes192
impl Send for Aes192
impl Sync for Aes192
impl Unpin for Aes192
impl UnsafeUnpin for Aes192
impl UnwindSafe for Aes192
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