Update Picocrypt.py

This commit is contained in:
Evan Su 2021-04-06 17:30:24 -04:00 committed by GitHub
parent 51f2ca7609
commit efe020bad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ def work():
# Write the data, increase the amount done
fout.write(data)
done += 2**20
done += 1104905 if (mode=="decrypt" and reedsolo) else 2**20
# Encryption is done, write appropriate values to file
if mode=="encrypt":