mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Remove extra whitespace
This commit is contained in:
@@ -65,7 +65,3 @@ Example
|
||||
# Decryption
|
||||
decryption_suite = AES.new('This is a key123', AES.MODE_CBC, 'This is an IV456')
|
||||
plain_text = decryption_suite.decrypt(cipher_text)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user