Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Advanced testing system + small changes in aes.py #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

L3odr0id
Copy link

Important change in aes.py!

@@ -81,7 +81,7 @@ def text2matrix(text):
if i % 4 == 0:
matrix.append([byte])
else:
matrix[i / 4].append(byte)
matrix[i // 4].append(byte)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very important change! Program does not work without '//'!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant