|
Botan
2.13.0
Crypto and TLS for C++11
|
#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 | |
| 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.
Referenced by Botan::Salsa20::hsalsa20(), and Botan::Salsa20::salsa_core().
1.8.9.1