Botan
2.19.1
Crypto and TLS for C++11
|
#include <botan/chacha.h>
#include <botan/exceptn.h>
#include <botan/loadstor.h>
#include <botan/rotate.h>
#include <botan/cpuid.h>
Go to the source code of this file.
Namespaces | |
Botan | |
Macros | |
#define | CHACHA_QUARTER_ROUND(a, b, c, d) |
#define CHACHA_QUARTER_ROUND | ( | a, | |
b, | |||
c, | |||
d | |||
) |
Definition at line 18 of file chacha.cpp.