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