|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/serpent.h>#include <botan/loadstor.h>#include <botan/rotate.h>#include <botan/internal/serpent_sbox.h>#include <botan/cpuid.h>Go to the source code of this file.
Namespaces | |
| Botan | |
Macros | |
| #define | key_xor(round, B0, B1, B2, B3) |
| #define key_xor | ( | round, | |
| B0, | |||
| B1, | |||
| B2, | |||
| B3 | |||
| ) |
Definition at line 50 of file serpent.cpp.
Referenced by Botan::Serpent::decrypt_n(), and Botan::Serpent::encrypt_n().
1.8.9.1