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