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)
    class Xtea
    static
    ubyte[]
    decrypt
    (
    in ubyte[] input
    ,
    in char[] key
    ,
    int rounds = 64
    )
  2. ubyte[] decrypt(ubyte[] input, int[4] key, int rounds)

Meta