diff --git a/docs/scenarios/crypto.rst b/docs/scenarios/crypto.rst index 17e8609..15f3af7 100644 --- a/docs/scenarios/crypto.rst +++ b/docs/scenarios/crypto.rst @@ -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) - - - -