std
::
crypto
::
rc4
crypt
fn
void
crypt
(
char
[
]
key
,
char
[
]
data
)
Run a single pass of en/decryption using a particular key.
Parameters