2021-12-05 22:40:36 +01:00
|
|
|
#pragma once
|
2021-12-13 14:40:29 +01:00
|
|
|
#include "SecureBitset.h"
|
2021-12-05 22:40:36 +01:00
|
|
|
#include "Config.h"
|
|
|
|
|
2022-05-16 22:01:52 +02:00
|
|
|
namespace GhettoCipher {
|
|
|
|
typedef SecureBitset<BLOCK_SIZE> Block;
|
2021-12-06 02:20:47 +01:00
|
|
|
}
|
2022-05-16 22:01:52 +02:00
|
|
|
|