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.
NetServices/services/mysql/mycrypt.h@1:f5ac63519541, 2014-03-05 (annotated)
- Committer:
- Michael J. Spencer
- Date:
- Wed Mar 05 06:14:02 2014 -0800
- Revision:
- 1:f5ac63519541
Initial commit.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Michael J. Spencer |
1:f5ac63519541 | 1 | #ifndef MYCRYPT_H |
Michael J. Spencer |
1:f5ac63519541 | 2 | #define MYCRYPT_H |
Michael J. Spencer |
1:f5ac63519541 | 3 | |
Michael J. Spencer |
1:f5ac63519541 | 4 | void scramble_323(char *to, const char *message, const char *password); |
Michael J. Spencer |
1:f5ac63519541 | 5 | |
Michael J. Spencer |
1:f5ac63519541 | 6 | #endif |