Xtea

Members

Static functions

decrypt
ubyte[] decrypt(ubyte[] input, char[] key, int rounds, PaddingMode paddingMode)

Undocumented in source. Be warned that the author may not have intended to support it.

decrypt
ubyte[] decrypt(ubyte[] input, int[4] key, int rounds, PaddingMode paddingMode)

Undocumented in source. Be warned that the author may not have intended to support it.

encrypt
ubyte[] encrypt(ubyte[] input, char[] key, int rounds, PaddingMode paddingMode)

Undocumented in source. Be warned that the author may not have intended to support it.

encrypt
ubyte[] encrypt(ubyte[] input, int[4] key, int rounds, PaddingMode paddingMode)

Undocumented in source. Be warned that the author may not have intended to support it.

Meta