Made 512 bit the default block size

This commit is contained in:
Leonetienne 2021-12-06 10:07:35 +01:00
parent 40764fe44d
commit f9a7a8c7fc

View File

@ -2,6 +2,6 @@
namespace GhettoCipher namespace GhettoCipher
{ {
constexpr int BLOCK_SIZE = 128; constexpr int BLOCK_SIZE = 512;
constexpr int N_ROUNDS = 64; constexpr int N_ROUNDS = 64;
} }