Method Nettle.AEAD()->block_size()
- Method block_size
 int(0..)block_size()- Returns
 The block size of the AEAD algorithm.
- Note
 Note that AEAD algorithms often support automatic padding, so that the last block does not need to be complete.
int(0..) block_size()
The block size of the AEAD algorithm.
Note that AEAD algorithms often support automatic padding, so that the last block does not need to be complete.