GCrypt/Config.h
2021-12-06 02:20:47 +01:00

8 lines
111 B
C++

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