mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
validation typo
This commit is contained in:
@@ -233,7 +233,7 @@ class _ZipDecrypter:
|
||||
<a> def __call__(self, c): <span class=u>②</span></a>
|
||||
assert isinstance(c, int)
|
||||
k = self.key2 | 2
|
||||
c = c ^ (((k * (k^1)) >> 8) & 255)
|
||||
c = c ^ (((k * (k^1)) >> 8) & 255)
|
||||
self._UpdateKeys(c)
|
||||
return c
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user