Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Classes for the SM4 block cipher. More...
Go to the source code of this file.
Classes | |
struct | SM4_Info |
SM4 block cipher information. More... | |
class | SM4 |
Classes for the SM4 block cipher. More... | |
class | SM4::Base |
SM4 block cipher transformation functions. More... | |
class | SM4::Enc |
Encryption transformation. More... | |
class | SM4::Dec |
Decryption transformation. More... | |
Macros | |
#define | CRYPTOPP_SM4_ADVANCED_PROCESS_BLOCKS 1 |
Classes for the SM4 block cipher.
SM4 is a block cipher designed by Xiaoyun Wang, et al. The block cipher is part of the Chinese State Cryptography Administration portfolio. The cipher was formerly known as SMS4.
SM4 encryption is accelerated on machines with AES-NI. Decryption is not accelerated because it is not profitable. Thanks to Markku-Juhani Olavi Saarinen for help and the code.
Definition in file sm4.h.