pub struct Aes192Enc { /* private fields */ }Expand description
AES-192 block cipher (encrypt-only)
Trait Implementations§
source§impl AlgorithmName for Aes192Enc
impl AlgorithmName for Aes192Enc
source§fn write_alg_name(f: &mut Formatter<'_>) -> Result
fn write_alg_name(f: &mut Formatter<'_>) -> Result
Write algorithm name into
f.source§impl BlockCipherEncrypt for Aes192Enc
impl BlockCipherEncrypt for Aes192Enc
source§fn encrypt_with_backend(&self, f: impl BlockClosure<BlockSize = U16>)
fn encrypt_with_backend(&self, f: impl BlockClosure<BlockSize = U16>)
Encrypt data using backend provided to the rank-2 closure.
source§fn encrypt_block_inout(&self, block: InOut<'_, '_, Array<u8, Self::BlockSize>>)
fn encrypt_block_inout(&self, block: InOut<'_, '_, Array<u8, Self::BlockSize>>)
Encrypt single
inout block.source§fn encrypt_blocks_inout(
&self,
blocks: InOutBuf<'_, '_, Array<u8, Self::BlockSize>>,
)
fn encrypt_blocks_inout( &self, blocks: InOutBuf<'_, '_, Array<u8, Self::BlockSize>>, )
Encrypt
inout blocks.source§fn encrypt_block(&self, block: &mut Array<u8, Self::BlockSize>)
fn encrypt_block(&self, block: &mut Array<u8, Self::BlockSize>)
Encrypt single block in-place.
source§impl BlockSizeUser for Aes192Enc
impl BlockSizeUser for Aes192Enc
source§impl KeyInit for Aes192Enc
impl KeyInit for Aes192Enc
source§fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength>
fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength>
Create new value from variable size key.
source§impl KeySizeUser for Aes192Enc
impl KeySizeUser for Aes192Enc
impl BlockCipher for Aes192Enc
impl ZeroizeOnDrop for Aes192Enc
Auto Trait Implementations§
impl Freeze for Aes192Enc
impl RefUnwindSafe for Aes192Enc
impl Send for Aes192Enc
impl Sync for Aes192Enc
impl Unpin for Aes192Enc
impl UnwindSafe for Aes192Enc
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)