Xtea.decrypt

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

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

Meta