Closed michalc closed 10 months ago
This remove an unnecesary intermediate for loop used when not encrypting / password protecting ZIPs
This won't working because the encryption function needs to call yield from _(chunk) to make sure that the current offset in the file is maintained
yield from _(chunk)
This remove an unnecesary intermediate for loop used when not encrypting / password protecting ZIPs