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