Expand description
ยงSM4 - rs_sm4
- SM4 Block Cipher
Important Note: This crate is still a work in progress and is not ready for consumption.
SM4 is a block cipher that was announced by the Chinese government in 2016 as a standard in China. It is mainly used in the following applications:
- Wireless communication systems: Integrated into the WAPI standard for secure wireless communication.
- Secure communications: Used in secure financial transactions and VPNs in China.
This crate implements SM4 as part of the RustyShield project.