main_31.py 96 B

12
  1. def pseudonymize_8(self, s):
  2. return struct.unpack(">" + ("I" * (len(s) / self.__stride)), s)