New directory structure for the crypto library

This commit is contained in:
Leonetienne
2022-05-16 21:43:22 +02:00
parent f220b5aefc
commit 8948515be5
38 changed files with 19406 additions and 1721 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#include "SecureBitset.h"
#include "Config.h"
namespace GhettoCipher
{
typedef SecureBitset<BLOCK_SIZE> Block;
}