GCrypt/Block.h

6 lines
96 B
C
Raw Normal View History

2021-12-05 22:40:36 +01:00
#pragma once
#include <bitset>
#include "Config.h"
typedef std::bitset<BLOCK_SIZE> Block;