New directory structure for libghettocrypt
This commit is contained in:
8
GhettoCrypt/include/Block.h
Normal file
8
GhettoCrypt/include/Block.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "SecureBitset.h"
|
||||
#include "Config.h"
|
||||
|
||||
namespace GhettoCipher
|
||||
{
|
||||
typedef SecureBitset<BLOCK_SIZE> Block;
|
||||
}
|
||||
Reference in New Issue
Block a user