Botan
2.19.1
Crypto and TLS for C++11
|
#include <botan/serpent.h>
#include <botan/internal/serpent_sbox.h>
#include <botan/internal/simd_32.h>
Go to the source code of this file.
Namespaces | |
Botan | |
Macros | |
#define | i_transform(B0, B1, B2, B3) |
#define | key_xor(round, B0, B1, B2, B3) |
#define | transform(B0, B1, B2, B3) |
#define i_transform | ( | B0, | |
B1, | |||
B2, | |||
B3 | |||
) |
Definition at line 39 of file serpent_simd.cpp.
#define key_xor | ( | round, | |
B0, | |||
B1, | |||
B2, | |||
B3 | |||
) |
Definition at line 14 of file serpent_simd.cpp.
#define transform | ( | B0, | |
B1, | |||
B2, | |||
B3 | |||
) |
Definition at line 25 of file serpent_simd.cpp.