Method __builtin.Nettle.Cipher()->State()->block_size()
- Method block_size
int(0..) block_size()
- Returns
The block size of the cipher (
1
for stream ciphers).Defaults to just returning
global::block_size()
.
int(0..) block_size()
The block size of the cipher (1
for stream ciphers).
Defaults to just returning global::block_size()
.