Module 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
- Inherit
UMAC32_AES
inherit Nettle.UMAC32_AES : UMAC32_AES