Added a note for possible future optimization

This commit is contained in:
2018-05-05 16:16:50 -04:00
parent 227aee31b2
commit 558fe5861e

View File

@@ -11,6 +11,7 @@
#include "Vigenere.hpp"
//TODO: Might be able to make encoding and decoding faster for longer messages by actually using a grid of alphabets (Caesar Ciphers)
class Autokey : public Vigenere{
protected:
void encodeSet(std::string& key, std::string input); //Special rules for setting the strings for encoding