std::hash::metro64

MetroHash64

struct MetroHash64
{
	union
	{
		ulong[4] state;
		ulong result;
	}
	union
	{
		ulong[4] stomach_64;
		char[32] stomach;
	}
	ulong bytes;
	ulong vseed;
}

Members

Methods