pub struct Simon96_144 { /* private fields */ }Implementations§
Source§impl Simon96_144
impl Simon96_144
Sourcepub fn new(key: &[u8; 18]) -> Self
pub fn new(key: &[u8; 18]) -> Self
Expand the paper-defined master key into this variant’s round keys.
Sourcepub fn new_wiping(key: &mut [u8; 18]) -> Self
pub fn new_wiping(key: &mut [u8; 18]) -> Self
Expand the key and then wipe the caller-owned key buffer.
Trait Implementations§
Source§impl BlockCipher for Simon96_144
impl BlockCipher for Simon96_144
Auto Trait Implementations§
impl Freeze for Simon96_144
impl RefUnwindSafe for Simon96_144
impl Send for Simon96_144
impl Sync for Simon96_144
impl Unpin for Simon96_144
impl UnsafeUnpin for Simon96_144
impl UnwindSafe for Simon96_144
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