std::crypto::rc4

Public

Types

NameDescription
Rc4

Functions

NameDescription
rc4::initInitialize the RC4 state.
rc4::cryptRun a single pass of en/decryption using a particular key.
rc4::destroyClear the rc4 state.