EthernetNetIf Compatibility.
Dependents: XBeeWiFi_SPI_example
Fork of NetServicesSource by
services/mysql/mycrypt.h@11:da4498f591ee, 2010-08-05 (annotated)
- Committer:
- donatien
- Date:
- Thu Aug 05 15:01:33 2010 +0000
- Revision:
- 11:da4498f591ee
- Parent:
- 0:632c9925f013
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
donatien | 0:632c9925f013 | 1 | #ifndef MYCRYPT_H |
donatien | 0:632c9925f013 | 2 | #define MYCRYPT_H |
donatien | 0:632c9925f013 | 3 | |
donatien | 0:632c9925f013 | 4 | void scramble_323(char *to, const char *message, const char *password); |
donatien | 0:632c9925f013 | 5 | |
donatien | 0:632c9925f013 | 6 | #endif |