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