Xtea.encrypt

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

  1. ubyte[] encrypt(ubyte[] input, char[] key, int rounds, PaddingMode paddingMode)
    class Xtea
    static
    ubyte[]
    encrypt
    (
    const ubyte[] input
    ,
    const char[] key
    ,
    const int rounds = 64
    ,)
  2. ubyte[] encrypt(ubyte[] input, int[4] key, int rounds, PaddingMode paddingMode)

Meta