Pike programming language

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

Module Crypto.AES.UMAC64

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

UMAC64 outputs a digest of 64 bits or 8 octets.

See also

UMAC32, UMAC96, UMAC128


Inherit UMAC64_AES

inherit Nettle.UMAC64_AES : UMAC64_AES

Extracted from as of .