pub struct SM4 {
pub round_keys: Vec<u8x4>,
}Fields§
§round_keys: Vec<u8x4>Implementations§
Auto Trait Implementations§
impl Freeze for SM4
impl RefUnwindSafe for SM4
impl Send for SM4
impl Sync for SM4
impl Unpin for SM4
impl UnsafeUnpin for SM4
impl UnwindSafe for SM4
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