#pragma once #include "SecureBitset.h" #include #include "Config.h" namespace GhettoCipher { constexpr std::size_t HALFBLOCK_SIZE = (BLOCK_SIZE / 2); typedef SecureBitset Halfblock; }