F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
CRC32.hpp
Go to the documentation of this file.
1#ifndef UTILS_CRC32_CONFIG_HPP
2#define UTILS_CRC32_CONFIG_HPP
3
4// Include the lic crc c library:
5extern "C" {
7}
8
11#ifndef HASH_HANDLE_TYPE
12#define HASH_HANDLE_TYPE U32
13#endif
14
17#ifndef HASH_DIGEST_LENGTH
18#define HASH_DIGEST_LENGTH (4)
19#endif
20
24#ifndef HASH_EXTENSION_STRING
25#define HASH_EXTENSION_STRING (".CRC32")
26#endif
27
28#endif