blockSize property

  1. @override
int get blockSize
override

Returns the size of the data block in bytes that the cipher operates on.

Implementation

@override
int get blockSize => _cipher.blockSize;