Example #1
0
 def _fix(self):
     return corrupt_bits(self.s, self.p, self.n)
Example #2
0
 def _fix(self):
     return corrupt_bits(self.s, self.p, self.n)
Example #3
0
 def _fix(self):
     # type: () -> bytes
     return corrupt_bits(self.s, self.p, self.n)