Beispiel #1
0
 def test_ror(self):
     self.assertEqual(self.res_ror,
                      ByteUtils.ror(self.bytes_, self.count_rol))
 def s3(x: bytes):
     s1_bytes = FFunc.s1_arr[int.from_bytes(x, "little")].to_bytes(
         1, "little")
     return ByteUtils.ror(s1_bytes, 1)