Botan 2.19.3
Crypto and TLS for C&
|
#include <botan/salsa20.h>
#include <botan/exceptn.h>
#include <botan/loadstor.h>
#include <botan/rotate.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Macros | |
#define | SALSA20_QUARTER_ROUND(x1, x2, x3, x4) |
#define SALSA20_QUARTER_ROUND | ( | x1, | |
x2, | |||
x3, | |||
x4 | |||
) |
Definition at line 15 of file salsa20.cpp.