Added note for possible improvement

This commit is contained in:
2018-05-03 09:51:04 -04:00
parent 23d3931ef1
commit 61eb9da5d9

View File

@@ -11,6 +11,7 @@
#include <string>
#include <vector>
///TODO: Might be able to make encoding and decoding faster for longer messages by actually using a grid of alphabets (Caesar Ciphers)
class Vigenere{
private:
std::string inputString; //This is the string that you want to encode or decode