Pike programming language

Top Crypto Crypto.AES Crypto.AES.UMAC96
➤ Crypto.AES.UMAC64.`()() Crypto.AES.UMAC96.`()() ➤

Module Crypto.AES.UMAC96

Inheritance graph
__builtin.Nettle.__Hash __builtin.Nettle.MAC Nettle.MAC Nettle.UMAC96_AES Crypto.AES.UMAC96
Description

UMAC is a familty of message digest functions based on universal hashing and AES that is specified in RFC 4418. They differ mainly in the size of the resulting digest.

UMAC96 outputs a digest of 96 bits or 12 octets.

See also

UMAC32, UMAC64, UMAC128


Inherit UMAC96_AES

inherit Nettle.UMAC96_AES : UMAC96_AES

Extracted from as of .