|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/sha2_64.h>#include <botan/loadstor.h>#include <botan/rotate.h>Go to the source code of this file.
Namespaces | |
| Botan | |
Macros | |
| #define | SHA2_64_F(A, B, C, D, E, F, G, H, M1, M2, M3, M4, magic) |
| #define SHA2_64_F | ( | A, | |
| B, | |||
| C, | |||
| D, | |||
| E, | |||
| F, | |||
| G, | |||
| H, | |||
| M1, | |||
| M2, | |||
| M3, | |||
| M4, | |||
| magic | |||
| ) |
Definition at line 19 of file sha2_64_bmi2.cpp.
1.8.9.1