- LC4 - Class in <Unnamed>
-
Class LC4 implements the ElsieFour low-tech cipher.
- LC4() - Constructor for class LC4
-
Construct a new integer LC4 cipher.
- LC4Decrypt - Class in <Unnamed>
-
Class LC4Decrypt is a main program that decrypts a message using the LC4
cipher.
- LC4Encrypt - Class in <Unnamed>
-
Class LC4Encrypt is a main program that encrypts a message using the LC4
cipher.
- letterOf(int) - Static method in class DigramHist
-
Convert the given bucket index to a letter.
- lettersToInts(String) - Static method in class Util
-
Convert the given string to an integer array.
- letterToInt(char) - Static method in class Util
-
Convert the given letter to an integer.