Botan
1.10.9
|
#include <botan/noekeon_simd.h>
#include <botan/internal/simd_32.h>
Go to the source code of this file.
Namespaces | |
Botan | |
Macros | |
#define | NOK_SIMD_GAMMA(A0, A1, A2, A3) |
#define | NOK_SIMD_THETA(A0, A1, A2, A3, K0, K1, K2, K3) |
#define NOK_SIMD_GAMMA | ( | A0, | |
A1, | |||
A2, | |||
A3 | |||
) |
Definition at line 47 of file noekeon_simd.cpp.
Referenced by Botan::Noekeon_SIMD::decrypt_n(), and Botan::Noekeon_SIMD::encrypt_n().
#define NOK_SIMD_THETA | ( | A0, | |
A1, | |||
A2, | |||
A3, | |||
K0, | |||
K1, | |||
K2, | |||
K3 | |||
) |
Definition at line 16 of file noekeon_simd.cpp.
Referenced by Botan::Noekeon_SIMD::decrypt_n(), and Botan::Noekeon_SIMD::encrypt_n().