pub struct Aes128EncX4 { /* private fields */ }Trait Implementations§
Source§impl AesEncryptX4<16> for Aes128EncX4
impl AesEncryptX4<16> for Aes128EncX4
type Decrypter = Aes128DecX4
fn decrypter(&self) -> Self::Decrypter
Source§fn encrypt_4_blocks(&self, plaintext: AesBlockX4) -> AesBlockX4
fn encrypt_4_blocks(&self, plaintext: AesBlockX4) -> AesBlockX4
Encrypt four blocks, using the four keys for the four blocks respectively
Source§impl Clone for Aes128EncX4
impl Clone for Aes128EncX4
Source§fn clone(&self) -> Aes128EncX4
fn clone(&self) -> Aes128EncX4
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Aes128EncX4
impl Debug for Aes128EncX4
Auto Trait Implementations§
impl Freeze for Aes128EncX4
impl RefUnwindSafe for Aes128EncX4
impl Send for Aes128EncX4
impl Sync for Aes128EncX4
impl Unpin for Aes128EncX4
impl UnwindSafe for Aes128EncX4
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