rc4_prng

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(LTC_RC4)
extern (C) nothrow
struct rc4_prng {}

Members

Variables

buf
ubyte[256] buf;
Undocumented in source.
x
int x;
y
int y;
Undocumented in source.

Meta