#pragma once #include #include "Block.h" #include "Config.h" namespace GhettoCipher { typedef std::array Keyset; }