Namespacified

This commit is contained in:
Leonetienne
2021-12-06 02:20:47 +01:00
parent 5bcbe09922
commit 70425d94ef
17 changed files with 407 additions and 373 deletions

View File

@@ -3,4 +3,7 @@
#include "Block.h"
#include "Config.h"
typedef std::array<Block, N_ROUNDS> Keyset;
namespace GhettoCipher
{
typedef std::array<Block, N_ROUNDS> Keyset;
}