Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Charbelghanime authored Nov 27, 2023
1 parent c6a09b6 commit 0b0c7c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def encrypt():
try:
# Retrieve block size and signature from the session
block_size = int(session.get('block_size', DEFAULT_BLOCK_SIZE_2048))
signature = session.get('signature')

encrypted_blocks, _ = encrypt_message(message, public_key, block_size)
encrypted_message = ' '.join(map(str, encrypted_blocks))
Expand Down

0 comments on commit 0b0c7c3

Please sign in to comment.