better division between data structures would be nice. Matrix should not be inside of the code that encrypts and decrypts. Encryption and decryption are separate tasks that have different logic, should be separated, but bundled under one larger object for more logical access.
better division between data structures would be nice. Matrix should not be inside of the code that encrypts and decrypts. Encryption and decryption are separate tasks that have different logic, should be separated, but bundled under one larger object for more logical access.