GCrypt/GhettoCrypt/Config.h
2021-12-06 03:06:59 +01:00

8 lines
111 B
C++

#pragma once
namespace GhettoCipher
{
constexpr int BLOCK_SIZE = 128;
constexpr int N_ROUNDS = 64;
}