Library for Bert van Dam's book "ARM MICROCONTROLLERS" For all chapters with internet.

Dependencies:   mbed

NetServices/services/mysql/mycrypt.h

Committer:
ICTFBI
Date:
2015-10-16
Revision:
0:4edb816d21e1

File content as of revision 0:4edb816d21e1:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif