Botan
2.19.1
Crypto and TLS for C++11
|
#include <botan/sm4.h>
#include <botan/loadstor.h>
#include <botan/rotate.h>
#include <botan/cpuid.h>
Go to the source code of this file.
Namespaces | |
Botan | |
Macros | |
#define | SM4_D_RNDS(B, R, F) |
#define | SM4_E_RNDS(B, R, F) |
#define SM4_D_RNDS | ( | B, | |
R, | |||
F | |||
) |
Definition at line 125 of file sm4.cpp.
Referenced by Botan::SM4::decrypt_n().
#define SM4_E_RNDS | ( | B, | |
R, | |||
F | |||
) |
Definition at line 118 of file sm4.cpp.
Referenced by Botan::SM4::encrypt_n().