Skip to content

Commit

Permalink
add formatting newline to set01/07
Browse files Browse the repository at this point in the history
  • Loading branch information
stumash committed Jul 11, 2018
1 parent d0da471 commit 450a0b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions set01/07_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def main():

backend = default_backend()
key = b'YELLOW SUBMARINE'

cipher = Cipher(algorithms.AES(key), modes.ECB(), backend=backend)
decryptor = cipher.decryptor()

Expand Down

0 comments on commit 450a0b0

Please sign in to comment.