AVRC4

@defgroup lavu_rc4 RC4 @ingroup lavu_crypto @{

extern (C) @nogc nothrow
struct AVRC4 {}

Members

Variables

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

Meta