XXTEA

Undocumented in source.

Members

Static functions

decrypt
ubyte[] decrypt(ubyte[] data, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
decrypt
ubyte[] decrypt(ubyte[] data, T key)
Undocumented in source. Be warned that the author may not have intended to support it.
decryptFromBase64
ubyte[] decryptFromBase64(string data, T key)
Undocumented in source. Be warned that the author may not have intended to support it.
encrypt
ubyte[] encrypt(ubyte[] data, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
encrypt
ubyte[] encrypt(T data, U key)
Undocumented in source. Be warned that the author may not have intended to support it.
encryptToBase64
string encryptToBase64(T data, U key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta