I have a problem getting this to work. Server only recieves half of the data being sent. Whats wrong

Dependencies:   mbed

services/mysql/mycrypt.h

Committer:
tax
Date:
2011-03-29
Revision:
0:66300c77c6e9

File content as of revision 0:66300c77c6e9:

#ifndef MYCRYPT_H
#define MYCRYPT_H

void scramble_323(char *to, const char *message, const char *password);

#endif