blockSize property

  1. @override
int blockSize

The internal block size of the hash in bytes.

This is exposed for use by the Hmac class, which needs to know the block size for the Hash it uses.

Implementation

@override
int get blockSize => 4;