blockSize property
int?
get
blockSize
Returns the block size of the block cipher, or null if not set.
Implementation
int? get blockSize => _cipher?.blockSize;
Returns the block size of the block cipher, or null if not set.
int? get blockSize => _cipher?.blockSize;