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