Satellite Observers Workbench. NOT yet complete, just published for forum posters to \"cherry pick\" pieces of code as requiered as an example.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers md5.h Source File

md5.h

00001 
00002 #ifndef MD5_H
00003 #define MD5_H
00004 
00005 
00006 void md5(const char *s, char *md5str);
00007 void md5_short(const char *s, char *md5str, int day);
00008 
00009 #endif