XTEA.decrypt

Decrypts the given byte array data using XTEA algorithm.

class XTEA
static pure
void
decrypt
(
ref ubyte[] data
,
string key
)

Parameters

data ubyte[]

Reference to the input byte array to be decrypted.

key string

The decryption key. Must be 128 bits (16 characters).

Meta