blockLengthInBytes property

  1. @override
int blockLengthInBytes
override

The internal block size in bytes. This information is required by some algorithms such as Hmac.

Implementation

@override
int get blockLengthInBytes => 128;