Moved git root and added deggl-build environment
This commit is contained in:
7
GhettoCrypt/Config.h
Normal file
7
GhettoCrypt/Config.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace GhettoCipher
|
||||
{
|
||||
constexpr int BLOCK_SIZE = 128;
|
||||
constexpr int N_ROUNDS = 64;
|
||||
}
|
||||
Reference in New Issue
Block a user