Botan 2.19.4
Crypto and TLS for C&
|
#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 | |
namespace | 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.