Botan
2.19.1
Crypto and TLS for C++11
|
#include <botan/sha2_64.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 | 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 52 of file sha2_64.cpp.
Referenced by Botan::SHA_512::compress_digest().