Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
services/mysql/mycrypt.h@0:2a53a4c3238c, 2012-08-13 (annotated)
- Committer:
- lorcansmith
- Date:
- Mon Aug 13 15:07:40 2012 +0000
- Revision:
- 0:2a53a4c3238c
v1.1 release includes ioAlarm traps
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lorcansmith | 0:2a53a4c3238c | 1 | #ifndef MYCRYPT_H |
lorcansmith | 0:2a53a4c3238c | 2 | #define MYCRYPT_H |
lorcansmith | 0:2a53a4c3238c | 3 | |
lorcansmith | 0:2a53a4c3238c | 4 | void scramble_323(char *to, const char *message, const char *password); |
lorcansmith | 0:2a53a4c3238c | 5 | |
lorcansmith | 0:2a53a4c3238c | 6 | #endif |