menu
pointycastle package
documentation
block/modes/gctr.dart
GCTRBlockCipher
blockSize property
blockSize property
dark_mode
light_mode
blockSize
property
@
override
int
get
blockSize
override
Get this ciphers's block size.
Implementation
@override int get blockSize => _underlyingCipher.blockSize;
pointycastle package
documentation
block/modes/gctr
GCTRBlockCipher
blockSize property
GCTRBlockCipher class