source:
S-port/trunk/Core/Inc/MD5.h
Last change on this file was 1, checked in by , 3 years ago | |
---|---|
File size: 149 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | #ifndef __MD5_H |
2 | #define __MD5_H | |
3 | ||
4 | #include "main.h" | |
5 | ||
6 | void 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.