std::crypto::rc4

Rc4

struct Rc4
{
	uint i, j;
	char[256] state;
}

Members

Methods