pub struct AesKey(_);
The key used to encrypt or decrypt cipher blocks.
Prepares a key for encryption.
Returns an error if the key is not 128, 192, or 256 bits.
Prepares a key for decryption.
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.