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