Add "matrix must be invertible" to Hill readme

This commit is contained in:
Smaug123
2016-01-07 12:29:09 +00:00
parent 4208df943b
commit d6813fa116

View File

@@ -198,6 +198,9 @@ encrypt_hill("Hello, World!", [1 2; 5 7])
Notice that the input has been made uppercase and symbols have been stripped out.
The key matrix must be invertible mod 26. That is, its determinant must be
coprime to 26.
Encrypt the same text with the same key, this time represented as a string:
```julia