#pragma once #include namespace GhettoCipher { //! A "bitset" of variable length typedef std::string Flexblock; }