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