Botan
2.1.0
Crypto and TLS for C++11
|
#include <botan/noekeon.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.
#define NOK_SIMD_THETA | ( | A0, | |
A1, | |||
A2, | |||
A3, | |||
K0, | |||
K1, | |||
K2, | |||
K3 | |||
) |
Definition at line 16 of file noekeon_simd.cpp.