pub struct Present128Ct { /* private fields */ }Expand description
PRESENT-128 constant-time software path.
Implementations§
Trait Implementations§
Source§impl BlockCipher for Present128Ct
impl BlockCipher for Present128Ct
Auto Trait Implementations§
impl Freeze for Present128Ct
impl RefUnwindSafe for Present128Ct
impl Send for Present128Ct
impl Sync for Present128Ct
impl Unpin for Present128Ct
impl UnsafeUnpin for Present128Ct
impl UnwindSafe for Present128Ct
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