Method Nettle.BlockCipher16()->EAX.State()->digest()
- Method digest
string(8bit) digest(int(1..16)|void bytes)
- Description
Returns the OMAC digest of the specified size.
- Parameter bytes
Size in bytes for the desired digest. Any number in the range
[1..16]
. If not specified the value from calling digest_size() will be used.- See also
digest_size(), global::digest_size()