New directory structure for libghettocrypt
This commit is contained in:
10
GhettoCrypt/include/Halfblock.h
Normal file
10
GhettoCrypt/include/Halfblock.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "SecureBitset.h"
|
||||
#include <cstdint>
|
||||
#include "Config.h"
|
||||
|
||||
namespace GhettoCipher
|
||||
{
|
||||
constexpr std::size_t HALFBLOCK_SIZE = (BLOCK_SIZE / 2);
|
||||
typedef SecureBitset<HALFBLOCK_SIZE> Halfblock;
|
||||
}
|
||||
Reference in New Issue
Block a user