mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
Added note for possible improvement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user