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
- Committer:
- darran
- Date:
- 2010-06-18
- Revision:
- 1:4218cacaf696
- Parent:
- 0:55a05330f8cc
File content as of revision 1:4218cacaf696:
#ifndef MYCRYPT_H #define MYCRYPT_H void scramble_323(char *to, const char *message, const char *password); #endif