ARMEBS4  revision-26.06.2015
hash_crc32.h
1 /************************************************************************//**
2  * \file heivs/hash.h
3  * \brief hash crc32
4  * \author marc dot pignat at hevs dot ch
5  * \ingroup libheivs_stm32_misc
6  * @{
7  ***************************************************************************/
8 #ifndef HEIVS_HASH_CRC32_H
9 #define HEIVS_HASH_CRC32_H
10 
11 #ifdef __cplusplus
12  extern "C" {
13 #endif
14 
15 #include "heivs/hash.h"
16 
17 extern struct heivs_hash_t hash_crc32;
18 
19 #ifdef __cplusplus
20  }
21 #endif
22 
23 /**
24  * @}
25  */
26 #endif /* HEIVS_HASH_CRC32_H */
hash abstraction