pub struct AesGcm128;
Expand description
The implementation of AES-128-GCM
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AesGcm128
impl Send for AesGcm128
impl Sync for AesGcm128
impl Unpin for AesGcm128
impl UnwindSafe for AesGcm128
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