GCrypt/GhettoCrypt/Config.h

8 lines
111 B
C
Raw Normal View History

2021-12-05 22:40:36 +01:00
#pragma once
2021-12-06 02:20:47 +01:00
namespace GhettoCipher
{
constexpr int BLOCK_SIZE = 128;
constexpr int N_ROUNDS = 64;
}