blockSize property
int
get
blockSize
Block size in bytes (1 for stream-like modes such as CTR).
Implementation
int get blockSize => _withCipher((c) => ssl.EVP_CIPHER_get_block_size(c));
Block size in bytes (1 for stream-like modes such as CTR).
int get blockSize => _withCipher((c) => ssl.EVP_CIPHER_get_block_size(c));