#pragma once #include #include "Config.h" #define HALFBLOCK_SIZE (BLOCK_SIZE / 2) typedef std::bitset Halfblock;