#pragma once
#include <bitset>
#include "Config.h"
namespace GhettoCipher
{
typedef std::bitset<BLOCK_SIZE> Block;
}