std::hash::metro128

MetroHash128

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

Members

Methods