Returns the block size of the MD4 hash algorithm in bytes, which is 64 bytes.
The block size is the size of the data block that the hash algorithm operates on.
@override int get getBlockSize => 64;