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