CatapultServer
v0.5.0.1 (Elephant)
KeccakHash.h
Go to the documentation of this file.
1
21
#pragma once
22
23
#ifdef __clang__
24
#pragma clang diagnostic push
25
#pragma clang diagnostic ignored "-Wreserved-id-macro"
26
#pragma clang diagnostic ignored "-Wdocumentation"
27
#elif defined(_MSC_VER)
28
#pragma warning(push)
29
#pragma warning(disable : 4324)
/* keccak structs use __declspec(align()) */
30
#endif
31
32
extern
"C"
{
33
#include <sha3/KeccakHash.h>
34
}
35
36
#ifdef __clang__
37
#pragma clang diagnostic pop
38
#elif defined(_MSC_VER)
39
#pragma warning(pop)
40
#endif
catapult-server
src
catapult
crypto
KeccakHash.h
Generated by
1.8.16