FBI FRATER
/
InetTest
Library for Bert van Dam's book "ARM MICROCONTROLLERS" For all chapters with internet.
NetServices/services/mysql/mycrypt.h@0:4edb816d21e1, 2015-10-16 (annotated)
- Committer:
- ICTFBI
- Date:
- Fri Oct 16 14:28:26 2015 +0000
- Revision:
- 0:4edb816d21e1
Pre-update 16-10-15
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ICTFBI | 0:4edb816d21e1 | 1 | #ifndef MYCRYPT_H |
ICTFBI | 0:4edb816d21e1 | 2 | #define MYCRYPT_H |
ICTFBI | 0:4edb816d21e1 | 3 | |
ICTFBI | 0:4edb816d21e1 | 4 | void scramble_323(char *to, const char *message, const char *password); |
ICTFBI | 0:4edb816d21e1 | 5 | |
ICTFBI | 0:4edb816d21e1 | 6 | #endif |