pub struct Aes192 { /* private fields */ }
Expand description

AES-192 block cipher instance

Trait Implementations

Size of the block in bytes
Number of blocks which can be processed in parallel by cipher implementation Read more
Decrypt block in-place
Decrypt several blocks in parallel using instruction level parallelism if possible. Read more
Decrypt a slice of blocks, leveraging parallelism when available.
Encrypt block in-place
Encrypt several blocks in parallel using instruction level parallelism if possible. Read more
Encrypt a slice of blocks, leveraging parallelism when available.
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Key size in bytes with which cipher guaranteed to be initialized.
Create new block cipher instance from key with fixed size.
Create new block cipher instance from key with variable size. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Decrypt block in-place
Encrypt block in-place
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.