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

class Nettle.BlockCipher16
class Nettle.BlockCipher16.GCM.State

Method digest

string(8bit) digest()

Description

Generate a message digest for the data accumulated so far.

Note

set_iv() needs to be called to start the next message.

See also

update(), digest()