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