Struct win_crypto_ng::symmetric::Aes
source · pub struct Aes;
Expand description
The advanced encryption standard symmetric encryption algorithm.
Standard: FIPS 197
Trait Implementations§
source§impl Algorithm for Aes
impl Algorithm for Aes
const ID: Option<SymmetricAlgorithmId> = _
fn id(&self) -> SymmetricAlgorithmId
impl Copy for Aes
impl Eq for Aes
impl StructuralEq for Aes
impl StructuralPartialEq for Aes
Auto Trait Implementations§
impl RefUnwindSafe for Aes
impl Send for Aes
impl Sync for Aes
impl Unpin for Aes
impl UnwindSafe for Aes
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