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