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