Update Picocrypt.py
This commit is contained in:
parent
51f2ca7609
commit
efe020bad9
|
@ -1052,7 +1052,7 @@ def work():
|
||||||
|
|
||||||
# Write the data, increase the amount done
|
# Write the data, increase the amount done
|
||||||
fout.write(data)
|
fout.write(data)
|
||||||
done += 2**20
|
done += 1104905 if (mode=="decrypt" and reedsolo) else 2**20
|
||||||
|
|
||||||
# Encryption is done, write appropriate values to file
|
# Encryption is done, write appropriate values to file
|
||||||
if mode=="encrypt":
|
if mode=="encrypt":
|
||||||
|
|
Loading…
Reference in New Issue