pub struct KeySchedule(pub [[u8; 4]; 44]);Expand description
Key schedule generated by the key expansion routine.
Tuple Fields§
§0: [[u8; 4]; 44]Auto Trait Implementations§
impl Freeze for KeySchedule
impl RefUnwindSafe for KeySchedule
impl Send for KeySchedule
impl Sync for KeySchedule
impl Unpin for KeySchedule
impl UnsafeUnpin for KeySchedule
impl UnwindSafe for KeySchedule
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