XXTEA.decrypt

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

Meta