Pike programming language

Top Crypto Crypto.AES Crypto.AES.UMAC32
➤ Crypto.AES.UMAC128.`()() Crypto.AES.UMAC32.`()() ➤

Module Crypto.AES.UMAC32

Inheritance graph
__builtin.Nettle.__Hash __builtin.Nettle.MAC Nettle.MAC Nettle.UMAC32_AES Crypto.AES.UMAC32
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.

UMAC32 outputs a digest of 32 bits or 4 octets.

See also

UMAC64, UMAC96, UMAC128


Inherit UMAC32_AES

inherit Nettle.UMAC32_AES : UMAC32_AES

Extracted from as of .