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