RC4.start

Initialize the cipher.

struct RC4
void
start
(,
in ubyte[] userKey
,
in ubyte[] iv = null
)

Parameters

forEncryption bool

if true the cipher is initialized for encryption, if false for decryption.

iv ubyte[]

not used

Meta