- RC4
void RC4(RC4_KEY* key, size_t len, const(ubyte)* indata, ubyte* outdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RC4_options
const(char)* RC4_options()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RC4_set_key
void RC4_set_key(RC4_KEY* key, int len, const(ubyte)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- private_RC4_set_key
void private_RC4_set_key(RC4_KEY* key, int len, const(ubyte)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.