Included Files
- #include <nut/include/compiler.h>
- #include <nut/include/include2/string.h>
- #include <nut/include/gorp/xtea.h>
Preprocessor definitions
#define XTDELTA 0x9e3779b9
#define XTSUM 0xC6EF3720
#define ROUNDS 32
void XTeaCrypt ( uint32_t* w, const uint32_t* v, const XTeaKeyBlock_t k )
void XTeaCryptStr ( char* dst, const char* src, uint16_t len, const char* pass )
void XTeaDecrypt ( uint32_t* w, const uint32_t* v, const XTeaKeyBlock_t k )
void XTeaDecryptStr ( char* dst, const char* src, uint16_t len, const char* pass )