retabbed gcryptlib

This commit is contained in:
Leonetienne
2022-05-16 22:01:52 +02:00
parent ae276e49af
commit c551f5fa64
17 changed files with 576 additions and 662 deletions

View File

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