Example #1
0
	def test_strToUInt_fail(self):
		self.assertEqual(bc.strToUInt(b'\x0e\x0f\x10\x11\x0e\x0f\x10'), -9999)
Example #2
0
	def test_strToUInt(self):
		self.assertEqual(bc.strToUInt(b'\x0e\x0f\x10\x11'), 235868177)