source: S-port/trunk/Core/Inc/MD5.h@ 1

Last change on this file since 1 was 1, checked in by AlexLir, 3 years ago
File size: 149 bytes
Line 
1#ifndef __MD5_H
2#define __MD5_H
3
4#include "main.h"
5
6void md5(uint8_t *initial_msg, size_t initial_len, uint8_t *hash);
7
8#endif /* __MD5_H */
Note: See TracBrowser for help on using the repository browser.