XXTEA.decrypt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] decrypt(ubyte[] data, ubyte[] key)
    class XXTEA
    pure static
    ubyte[]
    decrypt
    (
    in ubyte[] data
    ,
    in ubyte[] key
    )
  2. ubyte[] decrypt(ubyte[] data, T key)

Meta