Method Nettle.Cipher()->State()->block_size()
classNettle.Cipher
classNettle.Cipher.State
- Method
block_size
int(1..)block_size()- Returns
The block size for this cipher.
- Note
The default implementation just calls Cipher::block_size() in the parent.