Made 512 bit the default block size
This commit is contained in:
parent
40764fe44d
commit
f9a7a8c7fc
@ -2,6 +2,6 @@
|
||||
|
||||
namespace GhettoCipher
|
||||
{
|
||||
constexpr int BLOCK_SIZE = 128;
|
||||
constexpr int BLOCK_SIZE = 512;
|
||||
constexpr int N_ROUNDS = 64;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user