blockSize property
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
final int blockSize = 64;
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.
final int blockSize = 64;