TEA.decrypt

Decrypts the given byte array data using TEA algorithm.

class TEA
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