RC4.decrypt

Decrypts the given byte array data.

class RC4
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.

Meta