pub struct Sm4 { /* private fields */ }Expand description
SM4 block cipher (formerly SMS4).
Implementations§
Trait Implementations§
Source§impl BlockCipher for Sm4
impl BlockCipher for Sm4
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