Method Nettle.BlockCipher16()->GCM.State()->update()


Method update

void update(string(8bit) public_data)

Description

Add public_data to be authenticated.

The length of public_data MUST be a multiple of the block size (ie 16) for all calls except the last.

All calls of update() need to be performed before any calls of crypt().