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