blockSize property Null safety
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
int get 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.
int get blockSize;