Beispiel #1
0
 def test_num_to_16_le_bytes(self):
     self.assertEqual(bytearray(
         b'\x04\x03\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
         ), Poly1305.num_to_16_le_bytes(0x01020304))