Skip to content

Commit

Permalink
Update code #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn committed Apr 6, 2018
1 parent 304f130 commit 0fb4345
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parallelization-poodle.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def run(SECRET):
v = []

length_total = (original_length//32-2)*16
print(length_total)
secret = [' '] * length_total

v1 = [False] * (original_length//32-2)
Expand Down

0 comments on commit 0fb4345

Please sign in to comment.