Skip to content

Commit

Permalink
Update matrix_perm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Nowak authored Sep 29, 2017
1 parent 8884b7c commit b3d481d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_perm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Key:
# Can either consist of single permutation divided by dashes: 5-2-3-1-4
# or a word: eg. CRYPTO transates to 1-4-6-3-5-2
# or a word: eg. CRYPTO transates to 1-4-6-3-5-2
# If key_length does not divide message_length without a reminder, program adds white space at the end of the message

import sys,string
Expand Down

0 comments on commit b3d481d

Please sign in to comment.