Pike programming language

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

Module Crypto.AES.UMAC128

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

UMAC128 outputs a digest of 128 bits or 16 octets.

See also

UMAC32, UMAC64, UMAC96


Inherit UMAC128_AES

inherit Nettle.UMAC128_AES : UMAC128_AES

Extracted from as of .