getBlockSize property

  1. @override
int get getBlockSize
override

Returns the block size of the MD4 hash algorithm in bytes, which is 64 bytes.

Implementation

@override
int get getBlockSize => 64;