casiotone 401 / Bonjour

Dependents:   OSCtoCVConverter

Fork of Bonjour by Dirk-Willem van Gulik (NXP/mbed)

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers mycrypt.h Source File

mycrypt.h

00001 #ifndef MYCRYPT_H
00002 #define MYCRYPT_H
00003 
00004 void scramble_323(char *to, const char *message, const char *password);
00005 
00006 #endif