Returns the length of the MD4 hash digest in bytes, which is 16 bytes.
The digest length is the size of the final hash result produced by the MD4 algorithm.
@override int get getDigestLength => 16;