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

Conversation

L3odr0id
Copy link

Important change in aes.py!

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