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