xtea.XteaCrypto

Undocumented in source.

Members

Functions

decrypt
ubyte[] decrypt(XTEA crypto, const(ubyte)[] m)
Undocumented in source. Be warned that the author may not have intended to support it.
encrypt
ubyte[] encrypt(XTEA crypto, const(ubyte)[] m)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

XTEA
struct XTEA

+ XTEA helper type + see: http://en.wikipedia.org/wiki/XTEA

Meta