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