pub struct Aes256EncX4 { /* private fields */ }Trait Implementations§
Source§impl AesEncryptX4<32> for Aes256EncX4
impl AesEncryptX4<32> for Aes256EncX4
type Decrypter = Aes256DecX4
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 Aes256EncX4
impl Clone for Aes256EncX4
Source§fn clone(&self) -> Aes256EncX4
fn clone(&self) -> Aes256EncX4
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 Aes256EncX4
impl Debug for Aes256EncX4
Auto Trait Implementations§
impl Freeze for Aes256EncX4
impl RefUnwindSafe for Aes256EncX4
impl Send for Aes256EncX4
impl Sync for Aes256EncX4
impl Unpin for Aes256EncX4
impl UnwindSafe for Aes256EncX4
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