pub struct GmacVt<C> { /* private fields */ }Expand description
Variable-time Galois Message Authentication Code (GMAC) reference path.
This keeps the historical variable-time GHASH backend for comparison.
Use Gmac for the constant-time default.
Implementations§
Auto Trait Implementations§
impl<C> Freeze for GmacVt<C>where
C: Freeze,
impl<C> RefUnwindSafe for GmacVt<C>where
C: RefUnwindSafe,
impl<C> Send for GmacVt<C>where
C: Send,
impl<C> Sync for GmacVt<C>where
C: Sync,
impl<C> Unpin for GmacVt<C>where
C: Unpin,
impl<C> UnsafeUnpin for GmacVt<C>where
C: UnsafeUnpin,
impl<C> UnwindSafe for GmacVt<C>where
C: UnwindSafe,
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