std::hash::adler32

Adler32

struct Adler32
{
	uint a;
	uint b;
}

Members

Methods