Method Nettle.BlockCipher16()->GCM.block_size()
- Method block_size
int(16..16)block_size()- Description
Returns the block size of the encapsulated cipher, which is always
16for GCM.
int(16..16) block_size()
Returns the block size of the encapsulated cipher,
which is always 16 for GCM.