pub struct PRESENT {
pub round_keys: Vec<u8x4x4>,
pub sbox: [u8; 16],
pub rsbox: [u8; 16],
}Fields§
§round_keys: Vec<u8x4x4>§sbox: [u8; 16]§rsbox: [u8; 16]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PRESENT
impl RefUnwindSafe for PRESENT
impl Send for PRESENT
impl Sync for PRESENT
impl Unpin for PRESENT
impl UnwindSafe for PRESENT
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